Color Hex Logo

#deed6c Color Hex

#DEED6C
(222,237,108)
0 Favorites   0 Comments

Color spaces of #deed6c

RGB 222237108
HSL0.190.780.68
HSV67°54°93°
CMYK 0.060.000.54   0.07
XYZ63.115277.180725.7582
Yxy77.18070.38010.4648
Hunter Lab87.8525-25.503644.1131
CIE-Lab90.4047-22.424859.7625

#deed6c color RGB value is (222,237,108).

#deed6c hex color red value is 222, green value is 237 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #deed6c hue: 0.19 , saturation: 0.78 and the lightness value of deed6c is 0.68.

The process color (four color CMYK) of #deed6c color hex is 0.06, 0.00, 0.54, 0.07. Web safe color of #deed6c is #ccff66. Color #deed6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 01101100
Octal 336 355 154
Decimal 222 237 108
Hex DE ED 6C

RGB Percentages of Color #deed6c

%39.15
%41.80
%19.05

CMYK Percentages of Color #deed6c

%6
%0
%54
%7

Triadic Colors of #deed6c

#deed6c #6cdeed #ed6cde

Analogous Colors of #deed6c

#deed6c #9eed6c #edbc6c

Monochromatic Colors of #deed6c

#deed6c

Complementary Color

#deed6c #7b6ced

#deed6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deed6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deed6c Color CSS Codes

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

#deed6c Text Font Color

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

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


#deed6c Background Color

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

This div background color is #deed6c


#deed6c Border Color

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

This div border color is #deed6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,237,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #deed6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #deed6c;
  -webkit-box-shadow: 1px 1px 3px 2px #deed6c;
  box-shadow:         1px 1px 3px 2px #deed6c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,237,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deed6c


Comments

No comments written yet.

Please login to write comment.