Color Hex Logo

#daebb4 Color Hex

#DAEBB4
(218,235,180)
0 Favorites   0 Comments

Color spaces of #daebb4

RGB 218235180
HSL0.220.580.81
HSV79°23°92°
CMYK 0.070.000.23   0.08
XYZ66.860077.617454.6378
Yxy77.61740.33580.3898
Hunter Lab88.1007-18.711924.9004
CIE-Lab90.6050-14.826124.8711

#daebb4 color RGB value is (218,235,180).

#daebb4 hex color red value is 218, green value is 235 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #daebb4 hue: 0.22 , saturation: 0.58 and the lightness value of daebb4 is 0.81.

The process color (four color CMYK) of #daebb4 color hex is 0.07, 0.00, 0.23, 0.08. Web safe color of #daebb4 is #ccffcc. Color #daebb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 10110100
Octal 332 353 264
Decimal 218 235 180
Hex DA EB B4

RGB Percentages of Color #daebb4

%34.44
%37.12
%28.44

CMYK Percentages of Color #daebb4

%7
%0
%23
%8

Triadic Colors of #daebb4

#daebb4 #b4daeb #ebb4da

Analogous Colors of #daebb4

#daebb4 #bfebb4 #ebe1b4

Monochromatic Colors of #daebb4

#daebb4

Complementary Color

#daebb4 #c5b4eb

#daebb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebb4 Color CSS Codes

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

#daebb4 Text Font Color

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

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


#daebb4 Background Color

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

This div background color is #daebb4


#daebb4 Border Color

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

This div border color is #daebb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebb4


Comments

No comments written yet.

Please login to write comment.