Color Hex Logo

#cedd72 Color Hex

#CEDD72
(206,221,114)
0 Favorites   0 Comments

Color spaces of #cedd72

RGB 206221114
HSL0.190.610.66
HSV68°48°87°
CMYK 0.070.000.48   0.13
XYZ54.347366.049625.8040
Yxy66.04960.37170.4518
Hunter Lab81.2709-22.858038.0647
CIE-Lab85.0217-20.436750.4081

#cedd72 color RGB value is (206,221,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 01110010
Octal 316 335 162
Decimal 206 221 114
Hex CE DD 72

RGB Percentages of Color #cedd72

%38.08
%40.85
%21.07

CMYK Percentages of Color #cedd72

%7
%0
%48
%13

Triadic Colors of #cedd72

#cedd72 #72cedd #dd72ce

Analogous Colors of #cedd72

#cedd72 #99dd72 #ddb772

Monochromatic Colors of #cedd72

#cedd72

Complementary Color

#cedd72 #8172dd

#cedd72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedd72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedd72 Color CSS Codes

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

#cedd72 Text Font Color

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

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


#cedd72 Background Color

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

This div background color is #cedd72


#cedd72 Border Color

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

This div border color is #cedd72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedd72


Comments

No comments written yet.

Please login to write comment.