Color Hex Logo

#cedd76 Color Hex

#CEDD76
(206,221,118)
0 Favorites   0 Comments

Color spaces of #cedd76

RGB 206221118
HSL0.190.600.66
HSV69°47°87°
CMYK 0.070.000.47   0.13
XYZ54.580166.142727.0297
Yxy66.14270.36940.4477
Hunter Lab81.3282-22.531237.2245
CIE-Lab85.0692-20.049548.5605

#cedd76 color RGB value is (206,221,118).

#cedd76 hex color red value is 206, green value is 221 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cedd76 hue: 0.19 , saturation: 0.60 and the lightness value of cedd76 is 0.66.

The process color (four color CMYK) of #cedd76 color hex is 0.07, 0.00, 0.47, 0.13. Web safe color of #cedd76 is #cccc66. Color #cedd76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 01110110
Octal 316 335 166
Decimal 206 221 118
Hex CE DD 76

RGB Percentages of Color #cedd76

%37.80
%40.55
%21.65

CMYK Percentages of Color #cedd76

%7
%0
%47
%13

Triadic Colors of #cedd76

#cedd76 #76cedd #dd76ce

Analogous Colors of #cedd76

#cedd76 #9bdd76 #ddb976

Monochromatic Colors of #cedd76

#cedd76

Complementary Color

#cedd76 #8576dd

#cedd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd76 Color CSS Codes

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

#cedd76 Text Font Color

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

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


#cedd76 Background Color

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

This div background color is #cedd76


#cedd76 Border Color

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

This div border color is #cedd76


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,221,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 #cedd76">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd76


Comments

No comments written yet.

Please login to write comment.