Color Hex Logo

#daebe8 Color Hex

#DAEBE8
(218,235,232)
0 Favorites   0 Comments

Color spaces of #daebe8

RGB 218235232
HSL0.470.300.89
HSV169°92°
CMYK 0.070.000.01   0.08
XYZ73.187380.148387.9567
Yxy80.14830.30330.3322
Hunter Lab89.5256-10.74574.4169
CIE-Lab91.7514-6.1604-0.4875

#daebe8 color RGB value is (218,235,232).

#daebe8 hex color red value is 218, green value is 235 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #daebe8 hue: 0.47 , saturation: 0.30 and the lightness value of daebe8 is 0.89.

The process color (four color CMYK) of #daebe8 color hex is 0.07, 0.00, 0.01, 0.08. Web safe color of #daebe8 is #ccffff. Color #daebe8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11101000
Octal 332 353 350
Decimal 218 235 232
Hex DA EB E8

RGB Percentages of Color #daebe8

%31.82
%34.31
%33.87

CMYK Percentages of Color #daebe8

%7
%0
%1
%8

Triadic Colors of #daebe8

#daebe8 #e8daeb #ebe8da

Analogous Colors of #daebe8

#daebe8 #dae6eb #daebe0

Monochromatic Colors of #daebe8

#daebe8

Complementary Color

#daebe8 #ebdadd

#daebe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebe8 Color CSS Codes

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

#daebe8 Text Font Color

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

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


#daebe8 Background Color

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

This div background color is #daebe8


#daebe8 Border Color

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

This div border color is #daebe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebe8


Comments

No comments written yet.

Please login to write comment.