Color Hex Logo

#cedd70 Color Hex

#CEDD70
(206,221,112)
0 Favorites   0 Comments

Color spaces of #cedd70

RGB 206221112
HSL0.190.620.65
HSV68°49°87°
CMYK 0.070.000.49   0.13
XYZ54.234766.004625.2109
Yxy66.00460.37290.4538
Hunter Lab81.2432-23.016238.4717
CIE-Lab84.9988-20.624651.3242

#cedd70 color RGB value is (206,221,112).

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

The process color (four color CMYK) of #cedd70 color hex is 0.07, 0.00, 0.49, 0.13. Web safe color of #cedd70 is #cccc66. Color #cedd70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 01110000
Octal 316 335 160
Decimal 206 221 112
Hex CE DD 70

RGB Percentages of Color #cedd70

%38.22
%41.00
%20.78

CMYK Percentages of Color #cedd70

%7
%0
%49
%13

Triadic Colors of #cedd70

#cedd70 #70cedd #dd70ce

Analogous Colors of #cedd70

#cedd70 #98dd70 #ddb670

Monochromatic Colors of #cedd70

#cedd70

Complementary Color

#cedd70 #7f70dd

#cedd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd70 Color CSS Codes

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

#cedd70 Text Font Color

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

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


#cedd70 Background Color

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

This div background color is #cedd70


#cedd70 Border Color

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

This div border color is #cedd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd70


Comments

No comments written yet.

Please login to write comment.