Color Hex Logo

#daebfd Color Hex

#DAEBFD
(218,235,253)
0 Favorites   0 Comments

Color spaces of #daebfd

RGB 218235253
HSL0.590.900.92
HSV211°14°99°
CMYK 0.140.070.00   0.01
XYZ76.351481.4139104.6188
Yxy81.41390.29100.3103
Hunter Lab90.2297-6.8570-5.5844
CIE-Lab92.3156-2.0809-10.6033

#daebfd color RGB value is (218,235,253).

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

The process color (four color CMYK) of #daebfd color hex is 0.14, 0.07, 0.00, 0.01. Web safe color of #daebfd is #ccffff. Color #daebfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11111101
Octal 332 353 375
Decimal 218 235 253
Hex DA EB FD

RGB Percentages of Color #daebfd

%30.88
%33.29
%35.84

CMYK Percentages of Color #daebfd

%14
%7
%0
%1

Triadic Colors of #daebfd

#daebfd #fddaeb #ebfdda

Analogous Colors of #daebfd

#daebfd #dbdafd #dafdfd

Monochromatic Colors of #daebfd

#daebfd

Complementary Color

#daebfd #fdecda

#daebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebfd Color CSS Codes

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

#daebfd Text Font Color

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

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


#daebfd Background Color

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

This div background color is #daebfd


#daebfd Border Color

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

This div border color is #daebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebfd


Comments

No comments written yet.

Please login to write comment.