Color Hex Logo

#dafeab Color Hex

#DAFEAB
(218,254,171)
0 Favorites   0 Comments

Color spaces of #dafeab

RGB 218254171
HSL0.240.980.83
HSV86°33°100°
CMYK 0.140.000.33   0.00
XYZ71.705988.729351.8752
Yxy88.72930.33770.4179
Hunter Lab94.1962-28.962133.2855
CIE-Lab95.4672-25.290035.9792

#dafeab color RGB value is (218,254,171).

#dafeab hex color red value is 218, green value is 254 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dafeab hue: 0.24 , saturation: 0.98 and the lightness value of dafeab is 0.83.

The process color (four color CMYK) of #dafeab color hex is 0.14, 0.00, 0.33, 0.00. Web safe color of #dafeab is #ccff99. Color #dafeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 10101011
Octal 332 376 253
Decimal 218 254 171
Hex DA FE AB

RGB Percentages of Color #dafeab

%33.90
%39.50
%26.59

CMYK Percentages of Color #dafeab

%14
%0
%33
%0

Triadic Colors of #dafeab

#dafeab #abdafe #feabda

Analogous Colors of #dafeab

#dafeab #b1feab #fef9ab

Monochromatic Colors of #dafeab

#dafeab

Complementary Color

#dafeab #cfabfe

#dafeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafeab Color CSS Codes

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

#dafeab Text Font Color

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

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


#dafeab Background Color

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

This div background color is #dafeab


#dafeab Border Color

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

This div border color is #dafeab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,254,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dafeab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dafeab;
  -webkit-box-shadow: 1px 1px 3px 2px #dafeab;
  box-shadow:         1px 1px 3px 2px #dafeab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,254,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafeab


Comments

No comments written yet.

Please login to write comment.