Color Hex Logo

#cedc83 Color Hex

#CEDC83
(206,220,131)
0 Favorites   0 Comments

Color spaces of #cedc83

RGB 206220131
HSL0.190.560.69
HSV69°40°86°
CMYK 0.060.000.40   0.14
XYZ55.143565.946931.2954
Yxy65.94690.36190.4328
Hunter Lab81.2077-20.904333.9965
CIE-Lab84.9693-18.194142.0963

#cedc83 color RGB value is (206,220,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 10000011
Octal 316 334 203
Decimal 206 220 131
Hex CE DC 83

RGB Percentages of Color #cedc83

%36.98
%39.50
%23.52

CMYK Percentages of Color #cedc83

%6
%0
%40
%14

Triadic Colors of #cedc83

#cedc83 #83cedc #dc83ce

Analogous Colors of #cedc83

#cedc83 #a2dc83 #dcbe83

Monochromatic Colors of #cedc83

#cedc83

Complementary Color

#cedc83 #9183dc

#cedc83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc83 Color CSS Codes

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

#cedc83 Text Font Color

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

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


#cedc83 Background Color

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

This div background color is #cedc83


#cedc83 Border Color

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

This div border color is #cedc83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc83


Comments

No comments written yet.

Please login to write comment.