Color Hex Logo

#cdd04d Color Hex

#CDD04D
(205,208,77)
0 Favorites   0 Comments

Color spaces of #cdd04d

RGB 20520877
HSL0.170.580.56
HSV61°63°82°
CMYK 0.010.000.63   0.18
XYZ49.072358.626715.7509
Yxy58.62670.39750.4749
Hunter Lab76.5681-19.593941.4010
CIE-Lab81.0860-17.358662.4003

#cdd04d color RGB value is (205,208,77).

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

The process color (four color CMYK) of #cdd04d color hex is 0.01, 0.00, 0.63, 0.18. Web safe color of #cdd04d is #cccc66. Color #cdd04d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010000 01001101
Octal 315 320 115
Decimal 205 208 77
Hex CD D0 4D

RGB Percentages of Color #cdd04d

%41.84
%42.45
%15.71

CMYK Percentages of Color #cdd04d

%1
%0
%63
%18

Triadic Colors of #cdd04d

#cdd04d #4dcdd0 #d04dcd

Analogous Colors of #cdd04d

#cdd04d #8cd04d #d0924d

Monochromatic Colors of #cdd04d

#cdd04d

Complementary Color

#cdd04d #504dd0

#cdd04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd04d Color CSS Codes

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

#cdd04d Text Font Color

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

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


#cdd04d Background Color

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

This div background color is #cdd04d


#cdd04d Border Color

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

This div border color is #cdd04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd04d


Comments

No comments written yet.

Please login to write comment.