Color Hex Logo

#cdd876 Color Hex

#CDD876
(205,216,118)
0 Favorites   0 Comments

Color spaces of #cdd876

RGB 205216118
HSL0.190.560.65
HSV67°45°85°
CMYK 0.050.000.45   0.15
XYZ53.002763.398926.5832
Yxy63.39890.37070.4434
Hunter Lab79.6234-20.519435.9417
CIE-Lab83.6518-17.983146.8128

#cdd876 color RGB value is (205,216,118).

#cdd876 hex color red value is 205, green value is 216 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cdd876 hue: 0.19 , saturation: 0.56 and the lightness value of cdd876 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 01110110
Octal 315 330 166
Decimal 205 216 118
Hex CD D8 76

RGB Percentages of Color #cdd876

%38.03
%40.07
%21.89

CMYK Percentages of Color #cdd876

%5
%0
%45
%15

Triadic Colors of #cdd876

#cdd876 #76cdd8 #d876cd

Analogous Colors of #cdd876

#cdd876 #9cd876 #d8b276

Monochromatic Colors of #cdd876

#cdd876

Complementary Color

#cdd876 #8176d8

#cdd876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd876 Color CSS Codes

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

#cdd876 Text Font Color

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

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


#cdd876 Background Color

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

This div background color is #cdd876


#cdd876 Border Color

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

This div border color is #cdd876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd876


Comments

No comments written yet.

Please login to write comment.