Color Hex Logo

#cedc7c Color Hex

#CEDC7C
(206,220,124)
0 Favorites   0 Comments

Color spaces of #cedc7c

RGB 206220124
HSL0.190.580.67
HSV69°44°86°
CMYK 0.060.000.44   0.14
XYZ54.684965.763428.8802
Yxy65.76340.36620.4404
Hunter Lab81.0946-21.546935.6513
CIE-Lab84.8756-18.949345.4214

#cedc7c color RGB value is (206,220,124).

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

The process color (four color CMYK) of #cedc7c color hex is 0.06, 0.00, 0.44, 0.14. Web safe color of #cedc7c is #cccc66. Color #cedc7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 01111100
Octal 316 334 174
Decimal 206 220 124
Hex CE DC 7C

RGB Percentages of Color #cedc7c

%37.45
%40.00
%22.55

CMYK Percentages of Color #cedc7c

%6
%0
%44
%14

Triadic Colors of #cedc7c

#cedc7c #7ccedc #dc7cce

Analogous Colors of #cedc7c

#cedc7c #9edc7c #dcba7c

Monochromatic Colors of #cedc7c

#cedc7c

Complementary Color

#cedc7c #8a7cdc

#cedc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc7c Color CSS Codes

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

#cedc7c Text Font Color

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

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


#cedc7c Background Color

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

This div background color is #cedc7c


#cedc7c Border Color

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

This div border color is #cedc7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc7c


Comments

No comments written yet.

Please login to write comment.