Color Hex Logo

#ced76f Color Hex

#CED76F
(206,215,111)
0 Favorites   0 Comments

Color spaces of #ced76f

RGB 206215111
HSL0.180.570.64
HSV65°48°84°
CMYK 0.040.000.48   0.16
XYZ52.623362.870424.4006
Yxy62.87040.37620.4494
Hunter Lab79.2909-20.293137.2580
CIE-Lab83.3741-17.770649.8532

#ced76f color RGB value is (206,215,111).

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

The process color (four color CMYK) of #ced76f color hex is 0.04, 0.00, 0.48, 0.16. Web safe color of #ced76f is #cccc66. Color #ced76f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010111 01101111
Octal 316 327 157
Decimal 206 215 111
Hex CE D7 6F

RGB Percentages of Color #ced76f

%38.72
%40.41
%20.86

CMYK Percentages of Color #ced76f

%4
%0
%48
%16

Triadic Colors of #ced76f

#ced76f #6fced7 #d76fce

Analogous Colors of #ced76f

#ced76f #9ad76f #d7ac6f

Monochromatic Colors of #ced76f

#ced76f

Complementary Color

#ced76f #786fd7

#ced76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced76f Color CSS Codes

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

#ced76f Text Font Color

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

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


#ced76f Background Color

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

This div background color is #ced76f


#ced76f Border Color

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

This div border color is #ced76f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,215,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced76f


Comments

No comments written yet.

Please login to write comment.