Color Hex Logo

#cedc84 Color Hex

#CEDC84
(206,220,132)
0 Favorites   0 Comments

Color spaces of #cedc84

RGB 206220132
HSL0.190.560.69
HSV70°40°86°
CMYK 0.060.000.40   0.14
XYZ55.211765.974231.6541
Yxy65.97420.36120.4317
Hunter Lab81.2245-20.808933.7512
CIE-Lab84.9833-18.082341.6180

#cedc84 color RGB value is (206,220,132).

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

The process color (four color CMYK) of #cedc84 color hex is 0.06, 0.00, 0.40, 0.14. Web safe color of #cedc84 is #cccc99. Color #cedc84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 10000100
Octal 316 334 204
Decimal 206 220 132
Hex CE DC 84

RGB Percentages of Color #cedc84

%36.92
%39.43
%23.66

CMYK Percentages of Color #cedc84

%6
%0
%40
%14

Triadic Colors of #cedc84

#cedc84 #84cedc #dc84ce

Analogous Colors of #cedc84

#cedc84 #a2dc84 #dcbe84

Monochromatic Colors of #cedc84

#cedc84

Complementary Color

#cedc84 #9284dc

#cedc84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc84 Color CSS Codes

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

#cedc84 Text Font Color

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

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


#cedc84 Background Color

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

This div background color is #cedc84


#cedc84 Border Color

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

This div border color is #cedc84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc84


Comments

No comments written yet.

Please login to write comment.