Color Hex Logo

#daef9b Color Hex

#DAEF9B
(218,239,155)
0 Favorites   0 Comments

Color spaces of #daef9b

RGB 218239155
HSL0.210.720.77
HSV75°35°94°
CMYK 0.090.000.35   0.06
XYZ65.696379.005042.7973
Yxy79.00500.35040.4214
Hunter Lab88.8848-23.615833.6717
CIE-Lab91.2366-20.143238.3869

#daef9b color RGB value is (218,239,155).

#daef9b hex color red value is 218, green value is 239 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #daef9b hue: 0.21 , saturation: 0.72 and the lightness value of daef9b is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 10011011
Octal 332 357 233
Decimal 218 239 155
Hex DA EF 9B

RGB Percentages of Color #daef9b

%35.62
%39.05
%25.33

CMYK Percentages of Color #daef9b

%9
%0
%35
%6

Triadic Colors of #daef9b

#daef9b #9bdaef #ef9bda

Analogous Colors of #daef9b

#daef9b #b0ef9b #efda9b

Monochromatic Colors of #daef9b

#daef9b

Complementary Color

#daef9b #b09bef

#daef9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daef9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daef9b Color CSS Codes

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

#daef9b Text Font Color

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

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


#daef9b Background Color

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

This div background color is #daef9b


#daef9b Border Color

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

This div border color is #daef9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daef9b


Comments

No comments written yet.

Please login to write comment.