Color Hex Logo

#cede76 Color Hex

#CEDE76
(206,222,118)
0 Favorites   0 Comments

Color spaces of #cede76

RGB 206222118
HSL0.190.610.67
HSV69°47°87°
CMYK 0.070.000.47   0.13
XYZ54.844966.672427.1180
Yxy66.67240.36900.4486
Hunter Lab81.6532-22.997937.4663
CIE-Lab85.3382-20.538348.8877

#cede76 color RGB value is (206,222,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011110 01110110
Octal 316 336 166
Decimal 206 222 118
Hex CE DE 76

RGB Percentages of Color #cede76

%37.73
%40.66
%21.61

CMYK Percentages of Color #cede76

%7
%0
%47
%13

Triadic Colors of #cede76

#cede76 #76cede #de76ce

Analogous Colors of #cede76

#cede76 #9ade76 #deba76

Monochromatic Colors of #cede76

#cede76

Complementary Color

#cede76 #8676de

#cede76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cede76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cede76 Color CSS Codes

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

#cede76 Text Font Color

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

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


#cede76 Background Color

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

This div background color is #cede76


#cede76 Border Color

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

This div border color is #cede76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cede76


Comments

No comments written yet.

Please login to write comment.