Color Hex Logo

#cdd841 Color Hex

#CDD841
(205,216,65)
0 Favorites   0 Comments

Color spaces of #cdd841

RGB 20521665
HSL0.180.660.55
HSV64°70°85°
CMYK 0.050.000.70   0.15
XYZ50.686862.472514.3879
Yxy62.47250.39740.4898
Hunter Lab79.0395-23.850044.5349
CIE-Lab83.1641-21.964369.1034

#cdd841 color RGB value is (205,216,65).

#cdd841 hex color red value is 205, green value is 216 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #cdd841 hue: 0.18 , saturation: 0.66 and the lightness value of cdd841 is 0.55.

The process color (four color CMYK) of #cdd841 color hex is 0.05, 0.00, 0.70, 0.15. Web safe color of #cdd841 is #cccc33. Color #cdd841 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 01000001
Octal 315 330 101
Decimal 205 216 65
Hex CD D8 41

RGB Percentages of Color #cdd841

%42.18
%44.44
%13.37

CMYK Percentages of Color #cdd841

%5
%0
%70
%15

Triadic Colors of #cdd841

#cdd841 #41cdd8 #d841cd

Analogous Colors of #cdd841

#cdd841 #82d841 #d89841

Monochromatic Colors of #cdd841

#cdd841

Complementary Color

#cdd841 #4c41d8

#cdd841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd841 Color CSS Codes

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

#cdd841 Text Font Color

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

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


#cdd841 Background Color

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

This div background color is #cdd841


#cdd841 Border Color

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

This div border color is #cdd841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd841


Comments

No comments written yet.

Please login to write comment.