Color Hex Logo

#daebfb Color Hex

#DAEBFB
(218,235,251)
0 Favorites   0 Comments

Color spaces of #daebfb

RGB 218235251
HSL0.580.800.92
HSV209°13°98°
CMYK 0.130.060.00   0.02
XYZ76.034481.2871102.9493
Yxy81.28710.29210.3123
Hunter Lab90.1594-7.2439-4.5893
CIE-Lab92.2593-2.4825-9.6449

#daebfb color RGB value is (218,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11111011
Octal 332 353 373
Decimal 218 235 251
Hex DA EB FB

RGB Percentages of Color #daebfb

%30.97
%33.38
%35.65

CMYK Percentages of Color #daebfb

%13
%6
%0
%2

Triadic Colors of #daebfb

#daebfb #fbdaeb #ebfbda

Analogous Colors of #daebfb

#daebfb #dadbfb #dafbfb

Monochromatic Colors of #daebfb

#daebfb

Complementary Color

#daebfb #fbeada

#daebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebfb Color CSS Codes

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

#daebfb Text Font Color

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

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


#daebfb Background Color

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

This div background color is #daebfb


#daebfb Border Color

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

This div border color is #daebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebfb


Comments

No comments written yet.

Please login to write comment.