Color Hex Logo

#cdd462 Color Hex

#CDD462
(205,212,98)
0 Favorites   0 Comments

Color spaces of #cdd462

RGB 20521298
HSL0.180.570.61
HSV64°54°83°
CMYK 0.030.000.54   0.17
XYZ50.924960.947920.6354
Yxy60.94790.38430.4600
Hunter Lab78.0691-20.184538.9767
CIE-Lab82.3507-17.824754.6894

#cdd462 color RGB value is (205,212,98).

#cdd462 hex color red value is 205, green value is 212 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #cdd462 hue: 0.18 , saturation: 0.57 and the lightness value of cdd462 is 0.61.

The process color (four color CMYK) of #cdd462 color hex is 0.03, 0.00, 0.54, 0.17. Web safe color of #cdd462 is #cccc66. Color #cdd462 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010100 01100010
Octal 315 324 142
Decimal 205 212 98
Hex CD D4 62

RGB Percentages of Color #cdd462

%39.81
%41.17
%19.03

CMYK Percentages of Color #cdd462

%3
%0
%54
%17

Triadic Colors of #cdd462

#cdd462 #62cdd4 #d462cd

Analogous Colors of #cdd462

#cdd462 #94d462 #d4a262

Monochromatic Colors of #cdd462

#cdd462

Complementary Color

#cdd462 #6962d4

#cdd462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd462 Color CSS Codes

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

#cdd462 Text Font Color

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

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


#cdd462 Background Color

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

This div background color is #cdd462


#cdd462 Border Color

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

This div border color is #cdd462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd462


Comments

No comments written yet.

Please login to write comment.