Color Hex Logo

#ced77c Color Hex

#CED77C
(206,215,124)
0 Favorites   0 Comments

Color spaces of #ced77c

RGB 206215124
HSL0.180.530.66
HSV66°42°84°
CMYK 0.040.000.42   0.16
XYZ53.392163.177928.4493
Yxy63.17790.36820.4357
Hunter Lab79.4845-19.194234.4179
CIE-Lab83.5359-16.478143.7539

#ced77c color RGB value is (206,215,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010111 01111100
Octal 316 327 174
Decimal 206 215 124
Hex CE D7 7C

RGB Percentages of Color #ced77c

%37.80
%39.45
%22.75

CMYK Percentages of Color #ced77c

%4
%0
%42
%16

Triadic Colors of #ced77c

#ced77c #7cced7 #d77cce

Analogous Colors of #ced77c

#ced77c #a1d77c #d7b37c

Monochromatic Colors of #ced77c

#ced77c

Complementary Color

#ced77c #857cd7

#ced77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced77c Color CSS Codes

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

#ced77c Text Font Color

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

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


#ced77c Background Color

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

This div background color is #ced77c


#ced77c Border Color

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

This div border color is #ced77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced77c


Comments

No comments written yet.

Please login to write comment.