Color Hex Logo

#cdd870 Color Hex

#CDD870
(205,216,112)
0 Favorites   0 Comments

Color spaces of #cdd870

RGB 205216112
HSL0.180.570.64
HSV66°48°85°
CMYK 0.050.000.48   0.15
XYZ52.657363.260724.7644
Yxy63.26070.37430.4497
Hunter Lab79.5366-21.012937.2152
CIE-Lab83.5794-18.566749.6063

#cdd870 color RGB value is (205,216,112).

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

The process color (four color CMYK) of #cdd870 color hex is 0.05, 0.00, 0.48, 0.15. Web safe color of #cdd870 is #cccc66. Color #cdd870 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 01110000
Octal 315 330 160
Decimal 205 216 112
Hex CD D8 70

RGB Percentages of Color #cdd870

%38.46
%40.53
%21.01

CMYK Percentages of Color #cdd870

%5
%0
%48
%15

Triadic Colors of #cdd870

#cdd870 #70cdd8 #d870cd

Analogous Colors of #cdd870

#cdd870 #99d870 #d8af70

Monochromatic Colors of #cdd870

#cdd870

Complementary Color

#cdd870 #7b70d8

#cdd870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd870 Color CSS Codes

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

#cdd870 Text Font Color

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

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


#cdd870 Background Color

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

This div background color is #cdd870


#cdd870 Border Color

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

This div border color is #cdd870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd870


Comments

No comments written yet.

Please login to write comment.