Color Hex Logo

#daef88 Color Hex

#DAEF88
(218,239,136)
0 Favorites   0 Comments

Color spaces of #daef88

RGB 218239136
HSL0.200.760.74
HSV72°43°94°
CMYK 0.090.000.43   0.06
XYZ64.223978.416035.0434
Yxy78.41600.36150.4413
Hunter Lab88.5528-25.508338.5239
CIE-Lab90.9694-22.319347.3696

#daef88 color RGB value is (218,239,136).

#daef88 hex color red value is 218, green value is 239 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #daef88 hue: 0.20 , saturation: 0.76 and the lightness value of daef88 is 0.74.

The process color (four color CMYK) of #daef88 color hex is 0.09, 0.00, 0.43, 0.06. Web safe color of #daef88 is #ccff99. Color #daef88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 10001000
Octal 332 357 210
Decimal 218 239 136
Hex DA EF 88

RGB Percentages of Color #daef88

%36.76
%40.30
%22.93

CMYK Percentages of Color #daef88

%9
%0
%43
%6

Triadic Colors of #daef88

#daef88 #88daef #ef88da

Analogous Colors of #daef88

#daef88 #a7ef88 #efd188

Monochromatic Colors of #daef88

#daef88

Complementary Color

#daef88 #9d88ef

#daef88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daef88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daef88 Color CSS Codes

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

#daef88 Text Font Color

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

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


#daef88 Background Color

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

This div background color is #daef88


#daef88 Border Color

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

This div border color is #daef88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daef88


Comments

No comments written yet.

Please login to write comment.