Color Hex Logo

#daebef Color Hex

#DAEBEF
(218,235,239)
0 Favorites   0 Comments

Color spaces of #daebef

RGB 218235239
HSL0.530.400.90
HSV191°94°
CMYK 0.090.020.00   0.06
XYZ74.201880.554193.2990
Yxy80.55410.29910.3247
Hunter Lab89.7519-9.49221.1932
CIE-Lab91.9329-4.8351-3.8718

#daebef color RGB value is (218,235,239).

#daebef hex color red value is 218, green value is 235 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #daebef hue: 0.53 , saturation: 0.40 and the lightness value of daebef is 0.90.

The process color (four color CMYK) of #daebef color hex is 0.09, 0.02, 0.00, 0.06. Web safe color of #daebef is #ccffff. Color #daebef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11101111
Octal 332 353 357
Decimal 218 235 239
Hex DA EB EF

RGB Percentages of Color #daebef

%31.50
%33.96
%34.54

CMYK Percentages of Color #daebef

%9
%2
%0
%6

Triadic Colors of #daebef

#daebef #efdaeb #ebefda

Analogous Colors of #daebef

#daebef #dae1ef #daefe9

Monochromatic Colors of #daebef

#daebef

Complementary Color

#daebef #efdeda

#daebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebef Color CSS Codes

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

#daebef Text Font Color

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

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


#daebef Background Color

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

This div background color is #daebef


#daebef Border Color

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

This div border color is #daebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebef


Comments

No comments written yet.

Please login to write comment.