Color Hex Logo

#deeec1 Color Hex

#DEEEC1
(222,238,193)
0 Favorites   0 Comments

Color spaces of #deeec1

RGB 222238193
HSL0.230.570.85
HSV81°19°93°
CMYK 0.070.000.19   0.07
XYZ70.324480.528962.2892
Yxy80.52890.32990.3778
Hunter Lab89.7379-17.157221.6619
CIE-Lab91.9217-12.949720.0440

#deeec1 color RGB value is (222,238,193).

#deeec1 hex color red value is 222, green value is 238 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #deeec1 hue: 0.23 , saturation: 0.57 and the lightness value of deeec1 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101110 11000001
Octal 336 356 301
Decimal 222 238 193
Hex DE EE C1

RGB Percentages of Color #deeec1

%34.00
%36.45
%29.56

CMYK Percentages of Color #deeec1

%7
%0
%19
%7

Triadic Colors of #deeec1

#deeec1 #c1deee #eec1de

Analogous Colors of #deeec1

#deeec1 #c8eec1 #eee8c1

Monochromatic Colors of #deeec1

#deeec1

Complementary Color

#deeec1 #d1c1ee

#deeec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeec1 Color CSS Codes

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

#deeec1 Text Font Color

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

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


#deeec1 Background Color

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

This div background color is #deeec1


#deeec1 Border Color

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

This div border color is #deeec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeec1


Comments

No comments written yet.

Please login to write comment.