Color Hex Logo

#dae89b Color Hex

#DAE89B
(218,232,155)
0 Favorites   0 Comments

Color spaces of #dae89b

RGB 218232155
HSL0.200.630.76
HSV71°33°91°
CMYK 0.060.000.33   0.09
XYZ63.686474.985242.1273
Yxy74.98520.35220.4147
Hunter Lab86.5940-20.259931.7717
CIE-Lab89.3861-16.722035.9649

#dae89b color RGB value is (218,232,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 10011011
Octal 332 350 233
Decimal 218 232 155
Hex DA E8 9B

RGB Percentages of Color #dae89b

%36.03
%38.35
%25.62

CMYK Percentages of Color #dae89b

%6
%0
%33
%9

Triadic Colors of #dae89b

#dae89b #9bdae8 #e89bda

Analogous Colors of #dae89b

#dae89b #b4e89b #e8d09b

Monochromatic Colors of #dae89b

#dae89b

Complementary Color

#dae89b #a99be8

#dae89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae89b Color CSS Codes

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

#dae89b Text Font Color

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

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


#dae89b Background Color

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

This div background color is #dae89b


#dae89b Border Color

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

This div border color is #dae89b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,232,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 #dae89b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae89b


Comments

No comments written yet.

Please login to write comment.