Color Hex Logo

#defab1 Color Hex

#DEFAB1
(222,250,177)
0 Favorites   0 Comments

Color spaces of #defab1

RGB 222250177
HSL0.230.880.84
HSV83°29°98°
CMYK 0.110.000.29   0.02
XYZ72.245687.075154.5944
Yxy87.07510.33770.4071
Hunter Lab93.3140-25.101330.6316
CIE-Lab94.7701-21.146432.0944

#defab1 color RGB value is (222,250,177).

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

The process color (four color CMYK) of #defab1 color hex is 0.11, 0.00, 0.29, 0.02. Web safe color of #defab1 is #ccff99. Color #defab1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111010 10110001
Octal 336 372 261
Decimal 222 250 177
Hex DE FA B1

RGB Percentages of Color #defab1

%34.21
%38.52
%27.27

CMYK Percentages of Color #defab1

%11
%0
%29
%2

Triadic Colors of #defab1

#defab1 #b1defa #fab1de

Analogous Colors of #defab1

#defab1 #bafab1 #faf2b1

Monochromatic Colors of #defab1

#defab1

Complementary Color

#defab1 #cdb1fa

#defab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defab1 Color CSS Codes

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

#defab1 Text Font Color

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

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


#defab1 Background Color

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

This div background color is #defab1


#defab1 Border Color

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

This div border color is #defab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defab1


Comments

No comments written yet.

Please login to write comment.