Color Hex Logo

#cdd008 Color Hex

#CDD008
(205,208,8)
0 Favorites   0 Comments

Color spaces of #cdd008

RGB 2052088
HSL0.170.930.42
HSV61°96°82°
CMYK 0.010.000.96   0.18
XYZ47.776558.10848.9277
Yxy58.10840.41610.5061
Hunter Lab76.2289-21.525546.4163
CIE-Lab80.7990-19.683980.0075

#cdd008 color RGB value is (205,208,8).

#cdd008 hex color red value is 205, green value is 208 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #cdd008 hue: 0.17 , saturation: 0.93 and the lightness value of cdd008 is 0.42.

The process color (four color CMYK) of #cdd008 color hex is 0.01, 0.00, 0.96, 0.18. Web safe color of #cdd008 is #cccc00. Color #cdd008 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010000 00001000
Octal 315 320 10
Decimal 205 208 8
Hex CD D0 8

RGB Percentages of Color #cdd008

%48.69
%49.41
%1.90

CMYK Percentages of Color #cdd008

%1
%0
%96
%18

Triadic Colors of #cdd008

#cdd008 #08cdd0 #d008cd

Analogous Colors of #cdd008

#cdd008 #69d008 #d06f08

Monochromatic Colors of #cdd008

#cdd008

Complementary Color

#cdd008 #0b08d0

#cdd008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd008 Color CSS Codes

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

#cdd008 Text Font Color

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

This sample text font color is #cdd008
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.


#cdd008 Background Color

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

This div background color is #cdd008


#cdd008 Border Color

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

This div border color is #cdd008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd008

#cdd008 Color Palettes


Comments

No comments written yet.

Please login to write comment.