Color Hex Logo

#deeb6a Color Hex

#DEEB6A
(222,235,106)
0 Favorites   0 Comments

Color spaces of #deeb6a

RGB 222235106
HSL0.180.760.67
HSV66°55°92°
CMYK 0.060.000.55   0.08
XYZ62.434175.986925.0120
Yxy75.98690.38200.4649
Hunter Lab87.1705-24.701344.0071
CIE-Lab89.8533-21.622660.0178

#deeb6a color RGB value is (222,235,106).

#deeb6a hex color red value is 222, green value is 235 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #deeb6a hue: 0.18 , saturation: 0.76 and the lightness value of deeb6a is 0.67.

The process color (four color CMYK) of #deeb6a color hex is 0.06, 0.00, 0.55, 0.08. Web safe color of #deeb6a is #ccff66. Color #deeb6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 01101010
Octal 336 353 152
Decimal 222 235 106
Hex DE EB 6A

RGB Percentages of Color #deeb6a

%39.43
%41.74
%18.83

CMYK Percentages of Color #deeb6a

%6
%0
%55
%8

Triadic Colors of #deeb6a

#deeb6a #6adeeb #eb6ade

Analogous Colors of #deeb6a

#deeb6a #9eeb6a #ebb86a

Monochromatic Colors of #deeb6a

#deeb6a

Complementary Color

#deeb6a #776aeb

#deeb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeb6a Color CSS Codes

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

#deeb6a Text Font Color

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

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


#deeb6a Background Color

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

This div background color is #deeb6a


#deeb6a Border Color

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

This div border color is #deeb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeb6a


Comments

No comments written yet.

Please login to write comment.