Color Hex Logo

#dee6ba Color Hex

#DEE6BA
(222,230,186)
0 Favorites   0 Comments

Color spaces of #dee6ba

RGB 222230186
HSL0.200.470.82
HSV71°19°90°
CMYK 0.030.000.19   0.10
XYZ67.283975.668457.5136
Yxy75.66840.33560.3775
Hunter Lab86.9876-14.160621.6905
CIE-Lab89.7052-10.009520.5788

#dee6ba color RGB value is (222,230,186).

#dee6ba hex color red value is 222, green value is 230 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dee6ba hue: 0.20 , saturation: 0.47 and the lightness value of dee6ba is 0.82.

The process color (four color CMYK) of #dee6ba color hex is 0.03, 0.00, 0.19, 0.10. Web safe color of #dee6ba is #ccffcc. Color #dee6ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100110 10111010
Octal 336 346 272
Decimal 222 230 186
Hex DE E6 BA

RGB Percentages of Color #dee6ba

%34.80
%36.05
%29.15

CMYK Percentages of Color #dee6ba

%3
%0
%19
%10

Triadic Colors of #dee6ba

#dee6ba #badee6 #e6bade

Analogous Colors of #dee6ba

#dee6ba #c8e6ba #e6d8ba

Monochromatic Colors of #dee6ba

#dee6ba

Complementary Color

#dee6ba #c2bae6

#dee6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee6ba Color CSS Codes

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

#dee6ba Text Font Color

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

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


#dee6ba Background Color

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

This div background color is #dee6ba


#dee6ba Border Color

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

This div border color is #dee6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee6ba


Comments

No comments written yet.

Please login to write comment.