Color Hex Logo

#defb81 Color Hex

#DEFB81
(222,251,129)
0 Favorites   0 Comments

Color spaces of #defb81

RGB 222251129
HSL0.210.940.75
HSV74°49°98°
CMYK 0.120.000.49   0.02
XYZ68.583886.108933.7748
Yxy86.10890.36390.4569
Hunter Lab92.7949-30.463443.3765
CIE-Lab94.3589-27.217354.8878

#defb81 color RGB value is (222,251,129).

#defb81 hex color red value is 222, green value is 251 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #defb81 hue: 0.21 , saturation: 0.94 and the lightness value of defb81 is 0.75.

The process color (four color CMYK) of #defb81 color hex is 0.12, 0.00, 0.49, 0.02. Web safe color of #defb81 is #ccff99. Color #defb81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111011 10000001
Octal 336 373 201
Decimal 222 251 129
Hex DE FB 81

RGB Percentages of Color #defb81

%36.88
%41.69
%21.43

CMYK Percentages of Color #defb81

%12
%0
%49
%2

Triadic Colors of #defb81

#defb81 #81defb #fb81de

Analogous Colors of #defb81

#defb81 #a1fb81 #fbdb81

Monochromatic Colors of #defb81

#defb81

Complementary Color

#defb81 #9e81fb

#defb81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defb81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defb81 Color CSS Codes

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

#defb81 Text Font Color

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

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


#defb81 Background Color

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

This div background color is #defb81


#defb81 Border Color

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

This div border color is #defb81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defb81

Related Colors


Comments

No comments written yet.

Please login to write comment.