Color Hex Logo

#daeaeb Color Hex

#DAEAEB
(218,234,235)
0 Favorites   0 Comments

Color spaces of #daeaeb

RGB 218234235
HSL0.510.300.89
HSV184°92°
CMYK 0.070.000.00   0.08
XYZ73.331779.749290.1254
Yxy79.74920.30150.3279
Hunter Lab89.3024-9.70192.6753
CIE-Lab91.5722-5.0870-2.3149

#daeaeb color RGB value is (218,234,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 11101011
Octal 332 352 353
Decimal 218 234 235
Hex DA EA EB

RGB Percentages of Color #daeaeb

%31.73
%34.06
%34.21

CMYK Percentages of Color #daeaeb

%7
%0
%0
%8

Triadic Colors of #daeaeb

#daeaeb #ebdaea #eaebda

Analogous Colors of #daeaeb

#daeaeb #dae2eb #daebe4

Monochromatic Colors of #daeaeb

#daeaeb

Complementary Color

#daeaeb #ebdbda

#daeaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeaeb Color CSS Codes

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

#daeaeb Text Font Color

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

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


#daeaeb Background Color

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

This div background color is #daeaeb


#daeaeb Border Color

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

This div border color is #daeaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeaeb


Comments

No comments written yet.

Please login to write comment.