Hex #cdcd00 Color

#cdcd00
equivalent to

RGB

(205, 205, 0)

Details of #cdcd00

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
205
47.0082
0.17
0.00
79.9777
56.6418
60°
75.2607
205
56.6418
1.00
0.00
-18.2864
0.4193
100°
-20.2140
0
8.4554
0.40
1.00   0.20
80.1516
0.5053
80°
46.0226

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11001101
315
205
CD
Green
11001101
315
205
CD
Blue
0
0
0
0

RGB in % of #cdcd00

%50.00
%50.00
%0.00

CMYK in % of #cdcd00

%0
%0
%100
%20

Triads of color #cdcd00

#cdcd00 #cd00cd #00cd00

Similar Colors to #cdcd00

#cdcd00 #cd6700 #67cd00

Preview Color #cdcd00 on black ground

#cdcd00 is very interesting for text.

Preview Color #cdcd00 on white ground

#cdcd00 is very interesting for text.

CSS Codes #cdcd00 color

.mybgcolor {background-color:#cdcd00; }
.myforecolor {color:#cdcd00; }
.mybordercolor {border:3px solid #cdcd00; }

Text Font Color #cdcd00

<p style="color:#cdcd00">Text here</p>

This sample text font color is #cdcd00
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #cdcd00

<div style="background-color:#cdcd00">
Div content here</div>

This div background color is #cdcd00


Border Color #cdcd00

<div style="border:3px solid #cdcd00">
Div here</div>

The color of this border is #cdcd00


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #cdcd00; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #cdcd00;
-webkit-box-shadow: 1px 1px 3px 2px #cdcd00;
box-shadow:         1px 1px 3px 2px #cdcd00; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #cdcd00">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #cdcd00;
  -webkit-box-shadow: 1px 1px 3px 2px #cdcd00;
  box-shadow:         1px 1px 3px 2px #cdcd00;">
Div content here</div>

The shadow of div box using color #cdcd00