Color Hex Logo

#dae4e5 Color Hex

#DAE4E5
(218,228,229)
0 Favorites   0 Comments

Color spaces of #dae4e5

RGB 218228229
HSL0.520.170.88
HSV185°90°
CMYK 0.050.000.00   0.10
XYZ70.799776.049485.0762
Yxy76.04940.30530.3279
Hunter Lab87.2063-7.69323.2026
CIE-Lab89.8823-3.1427-1.6541

#dae4e5 color RGB value is (218,228,229).

#dae4e5 hex color red value is 218, green value is 228 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dae4e5 hue: 0.52 , saturation: 0.17 and the lightness value of dae4e5 is 0.88.

The process color (four color CMYK) of #dae4e5 color hex is 0.05, 0.00, 0.00, 0.10. Web safe color of #dae4e5 is #cccccc. Color #dae4e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 11100101
Octal 332 344 345
Decimal 218 228 229
Hex DA E4 E5

RGB Percentages of Color #dae4e5

%32.30
%33.78
%33.93

CMYK Percentages of Color #dae4e5

%5
%0
%0
%10

Triadic Colors of #dae4e5

#dae4e5 #e5dae4 #e4e5da

Analogous Colors of #dae4e5

#dae4e5 #dadfe5 #dae5e1

Monochromatic Colors of #dae4e5

#dae4e5

Complementary Color

#dae4e5 #e5dbda

#dae4e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae4e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae4e5 Color CSS Codes

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

#dae4e5 Text Font Color

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

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


#dae4e5 Background Color

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

This div background color is #dae4e5


#dae4e5 Border Color

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

This div border color is #dae4e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae4e5

#dae4e5 Color Palettes


Comments

No comments written yet.

Please login to write comment.