Color Hex Logo

#cedc70 Color Hex

#CEDC70
(206,220,112)
0 Favorites   0 Comments

Color spaces of #cedc70

RGB 206220112
HSL0.190.610.65
HSV68°49°86°
CMYK 0.060.000.49   0.14
XYZ53.971465.478125.1232
Yxy65.47810.37330.4529
Hunter Lab80.9185-22.550738.2349
CIE-Lab84.7295-20.136251.0025

#cedc70 color RGB value is (206,220,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 01110000
Octal 316 334 160
Decimal 206 220 112
Hex CE DC 70

RGB Percentages of Color #cedc70

%38.29
%40.89
%20.82

CMYK Percentages of Color #cedc70

%6
%0
%49
%14

Triadic Colors of #cedc70

#cedc70 #70cedc #dc70ce

Analogous Colors of #cedc70

#cedc70 #98dc70 #dcb470

Monochromatic Colors of #cedc70

#cedc70

Complementary Color

#cedc70 #7e70dc

#cedc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc70 Color CSS Codes

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

#cedc70 Text Font Color

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

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


#cedc70 Background Color

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

This div background color is #cedc70


#cedc70 Border Color

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

This div border color is #cedc70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc70


Comments

No comments written yet.

Please login to write comment.