Color Hex Logo

#ced97c Color Hex

#CED97C
(206,217,124)
0 Favorites   0 Comments

Color spaces of #ced97c

RGB 206217124
HSL0.190.550.67
HSV67°43°85°
CMYK 0.050.000.43   0.15
XYZ53.904564.202828.6201
Yxy64.20280.36740.4376
Hunter Lab80.1266-20.137334.9111
CIE-Lab84.0712-17.470144.4215

#ced97c color RGB value is (206,217,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011001 01111100
Octal 316 331 174
Decimal 206 217 124
Hex CE D9 7C

RGB Percentages of Color #ced97c

%37.66
%39.67
%22.67

CMYK Percentages of Color #ced97c

%5
%0
%43
%15

Triadic Colors of #ced97c

#ced97c #7cced9 #d97cce

Analogous Colors of #ced97c

#ced97c #a0d97c #d9b67c

Monochromatic Colors of #ced97c

#ced97c

Complementary Color

#ced97c #877cd9

#ced97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced97c Color CSS Codes

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

#ced97c Text Font Color

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

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


#ced97c Background Color

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

This div background color is #ced97c


#ced97c Border Color

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

This div border color is #ced97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced97c


Comments

No comments written yet.

Please login to write comment.