Color Hex Logo

#defab4 Color Hex

#DEFAB4
(222,250,180)
0 Favorites   0 Comments

Color spaces of #defab4

RGB 222250180
HSL0.230.880.84
HSV84°28°98°
CMYK 0.110.000.28   0.02
XYZ72.548087.196156.1869
Yxy87.19610.33600.4038
Hunter Lab93.3789-24.732629.6899
CIE-Lab94.8214-20.731730.6527

#defab4 color RGB value is (222,250,180).

#defab4 hex color red value is 222, green value is 250 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #defab4 hue: 0.23 , saturation: 0.88 and the lightness value of defab4 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111010 10110100
Octal 336 372 264
Decimal 222 250 180
Hex DE FA B4

RGB Percentages of Color #defab4

%34.05
%38.34
%27.61

CMYK Percentages of Color #defab4

%11
%0
%28
%2

Triadic Colors of #defab4

#defab4 #b4defa #fab4de

Analogous Colors of #defab4

#defab4 #bbfab4 #faf3b4

Monochromatic Colors of #defab4

#defab4

Complementary Color

#defab4 #d0b4fa

#defab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defab4 Color CSS Codes

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

#defab4 Text Font Color

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

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


#defab4 Background Color

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

This div background color is #defab4


#defab4 Border Color

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

This div border color is #defab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defab4


Comments

No comments written yet.

Please login to write comment.