Color Hex Logo

#daeff3 Color Hex

#DAEFF3
(218,239,243)
0 Favorites   0 Comments

Color spaces of #daeff3

RGB 218239243
HSL0.530.510.90
HSV190°10°95°
CMYK 0.100.020.00   0.05
XYZ75.957683.109596.8324
Yxy83.10950.29680.3248
Hunter Lab91.1644-10.81270.8388
CIE-Lab93.0624-6.1003-4.2929

#daeff3 color RGB value is (218,239,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 11110011
Octal 332 357 363
Decimal 218 239 243
Hex DA EF F3

RGB Percentages of Color #daeff3

%31.14
%34.14
%34.71

CMYK Percentages of Color #daeff3

%10
%2
%0
%5

Triadic Colors of #daeff3

#daeff3 #f3daef #eff3da

Analogous Colors of #daeff3

#daeff3 #dae3f3 #daf3eb

Monochromatic Colors of #daeff3

#daeff3

Complementary Color

#daeff3 #f3deda

#daeff3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeff3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeff3 Color CSS Codes

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

#daeff3 Text Font Color

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

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


#daeff3 Background Color

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

This div background color is #daeff3


#daeff3 Border Color

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

This div border color is #daeff3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeff3


Comments

No comments written yet.

Please login to write comment.