Color Hex Logo

#def9ea Color Hex

#DEF9EA
(222,249,234)
0 Favorites   0 Comments

Color spaces of #def9ea

RGB 222249234
HSL0.410.690.92
HSV147°11°98°
CMYK 0.110.000.06   0.02
XYZ78.851289.221590.9075
Yxy89.22150.30450.3445
Hunter Lab94.4571-16.29129.0581
CIE-Lab95.6729-11.53404.2137

#def9ea color RGB value is (222,249,234).

#def9ea hex color red value is 222, green value is 249 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #def9ea hue: 0.41 , saturation: 0.69 and the lightness value of def9ea is 0.92.

The process color (four color CMYK) of #def9ea color hex is 0.11, 0.00, 0.06, 0.02. Web safe color of #def9ea is #ccffff. Color #def9ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 11101010
Octal 336 371 352
Decimal 222 249 234
Hex DE F9 EA

RGB Percentages of Color #def9ea

%31.49
%35.32
%33.19

CMYK Percentages of Color #def9ea

%11
%0
%6
%2

Triadic Colors of #def9ea

#def9ea #eadef9 #f9eade

Analogous Colors of #def9ea

#def9ea #def9f8 #e0f9de

Monochromatic Colors of #def9ea

#def9ea

Complementary Color

#def9ea #f9deed

#def9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#def9ea Color CSS Codes

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

#def9ea Text Font Color

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

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


#def9ea Background Color

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

This div background color is #def9ea


#def9ea Border Color

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

This div border color is #def9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def9ea

Related Colors


Comments

No comments written yet.

Please login to write comment.