Color Hex Logo

#daeba8 Color Hex

#DAEBA8
(218,235,168)
0 Favorites   0 Comments

Color spaces of #daeba8

RGB 218235168
HSL0.210.630.79
HSV75°29°92°
CMYK 0.070.000.29   0.08
XYZ65.689777.149248.4749
Yxy77.14920.34340.4033
Hunter Lab87.8346-20.214128.7628
CIE-Lab90.3902-16.510130.7162

#daeba8 color RGB value is (218,235,168).

#daeba8 hex color red value is 218, green value is 235 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #daeba8 hue: 0.21 , saturation: 0.63 and the lightness value of daeba8 is 0.79.

The process color (four color CMYK) of #daeba8 color hex is 0.07, 0.00, 0.29, 0.08. Web safe color of #daeba8 is #ccff99. Color #daeba8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 10101000
Octal 332 353 250
Decimal 218 235 168
Hex DA EB A8

RGB Percentages of Color #daeba8

%35.10
%37.84
%27.05

CMYK Percentages of Color #daeba8

%7
%0
%29
%8

Triadic Colors of #daeba8

#daeba8 #a8daeb #eba8da

Analogous Colors of #daeba8

#daeba8 #b9eba8 #ebdba8

Monochromatic Colors of #daeba8

#daeba8

Complementary Color

#daeba8 #b9a8eb

#daeba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeba8 Color CSS Codes

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

#daeba8 Text Font Color

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

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


#daeba8 Background Color

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

This div background color is #daeba8


#daeba8 Border Color

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

This div border color is #daeba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeba8


Comments

No comments written yet.

Please login to write comment.