Color Hex Logo

#daebaf Color Hex

#DAEBAF
(218,235,175)
0 Favorites   0 Comments

Color spaces of #daebaf

RGB 218235175
HSL0.210.600.80
HSV77°26°92°
CMYK 0.070.000.26   0.08
XYZ66.359677.417252.0029
Yxy77.41720.33900.3954
Hunter Lab87.9870-19.353126.5488
CIE-Lab90.5133-15.542827.3099

#daebaf color RGB value is (218,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 10101111
Octal 332 353 257
Decimal 218 235 175
Hex DA EB AF

RGB Percentages of Color #daebaf

%34.71
%37.42
%27.87

CMYK Percentages of Color #daebaf

%7
%0
%26
%8

Triadic Colors of #daebaf

#daebaf #afdaeb #ebafda

Analogous Colors of #daebaf

#daebaf #bcebaf #ebdeaf

Monochromatic Colors of #daebaf

#daebaf

Complementary Color

#daebaf #c0afeb

#daebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebaf Color CSS Codes

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

#daebaf Text Font Color

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

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


#daebaf Background Color

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

This div background color is #daebaf


#daebaf Border Color

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

This div border color is #daebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebaf


Comments

No comments written yet.

Please login to write comment.