Color Hex Logo

#daeff4 Color Hex

#DAEFF4
(218,239,244)
0 Favorites   0 Comments

Color spaces of #daeff4

RGB 218239244
HSL0.530.540.91
HSV192°11°96°
CMYK 0.110.020.00   0.04
XYZ76.109183.170197.6300
Yxy83.17010.29620.3237
Hunter Lab91.1976-10.62850.3665
CIE-Lab93.0889-5.9063-4.7738

#daeff4 color RGB value is (218,239,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 11110100
Octal 332 357 364
Decimal 218 239 244
Hex DA EF F4

RGB Percentages of Color #daeff4

%31.10
%34.09
%34.81

CMYK Percentages of Color #daeff4

%11
%2
%0
%4

Triadic Colors of #daeff4

#daeff4 #f4daef #eff4da

Analogous Colors of #daeff4

#daeff4 #dae2f4 #daf4ec

Monochromatic Colors of #daeff4

#daeff4

Complementary Color

#daeff4 #f4dfda

#daeff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeff4 Color CSS Codes

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

#daeff4 Text Font Color

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

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


#daeff4 Background Color

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

This div background color is #daeff4


#daeff4 Border Color

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

This div border color is #daeff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeff4

Related Colors


Comments

No comments written yet.

Please login to write comment.