Color Hex Logo

#daeff5 Color Hex

#DAEFF5
(218,239,245)
0 Favorites   0 Comments

Color spaces of #daeff5

RGB 218239245
HSL0.540.570.91
HSV193°11°96°
CMYK 0.110.020.00   0.04
XYZ76.261483.231098.4320
Yxy83.23100.29570.3227
Hunter Lab91.2310-10.4434-0.1081
CIE-Lab93.1155-5.7115-5.2545

#daeff5 color RGB value is (218,239,245).

#daeff5 hex color red value is 218, green value is 239 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #daeff5 hue: 0.54 , saturation: 0.57 and the lightness value of daeff5 is 0.91.

The process color (four color CMYK) of #daeff5 color hex is 0.11, 0.02, 0.00, 0.04. Web safe color of #daeff5 is #ccffff. Color #daeff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 11110101
Octal 332 357 365
Decimal 218 239 245
Hex DA EF F5

RGB Percentages of Color #daeff5

%31.05
%34.05
%34.90

CMYK Percentages of Color #daeff5

%11
%2
%0
%4

Triadic Colors of #daeff5

#daeff5 #f5daef #eff5da

Analogous Colors of #daeff5

#daeff5 #dae2f5 #daf5ee

Monochromatic Colors of #daeff5

#daeff5

Complementary Color

#daeff5 #f5e0da

#daeff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeff5 Color CSS Codes

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

#daeff5 Text Font Color

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

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


#daeff5 Background Color

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

This div background color is #daeff5


#daeff5 Border Color

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

This div border color is #daeff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeff5

Related Colors


Comments

No comments written yet.

Please login to write comment.