Color Hex Logo

#defae5 Color Hex

#DEFAE5
(222,250,229)
0 Favorites   0 Comments

Color spaces of #defae5

RGB 222250229
HSL0.380.740.93
HSV135°11°98°
CMYK 0.110.000.08   0.02
XYZ78.452789.558087.2803
Yxy89.55800.30730.3508
Hunter Lab94.6351-17.634511.5624
CIE-Lab95.8131-12.93126.9942

#defae5 color RGB value is (222,250,229).

#defae5 hex color red value is 222, green value is 250 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #defae5 hue: 0.38 , saturation: 0.74 and the lightness value of defae5 is 0.93.

The process color (four color CMYK) of #defae5 color hex is 0.11, 0.00, 0.08, 0.02. Web safe color of #defae5 is #ccffcc. Color #defae5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111010 11100101
Octal 336 372 345
Decimal 222 250 229
Hex DE FA E5

RGB Percentages of Color #defae5

%31.67
%35.66
%32.67

CMYK Percentages of Color #defae5

%11
%0
%8
%2

Triadic Colors of #defae5

#defae5 #e5defa #fae5de

Analogous Colors of #defae5

#defae5 #defaf3 #e5fade

Monochromatic Colors of #defae5

#defae5

Complementary Color

#defae5 #fadef3

#defae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defae5 Color CSS Codes

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

#defae5 Text Font Color

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

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


#defae5 Background Color

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

This div background color is #defae5


#defae5 Border Color

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

This div border color is #defae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defae5

Related Colors

#defae5 Color Palettes


Comments

No comments written yet.

Please login to write comment.