Color Hex Logo

#dae3f3 Color Hex

#DAE3F3
(218,227,243)
1 Favorites   0 Comments

Color spaces of #dae3f3

RGB 218227243
HSL0.610.510.90
HSV218°10°95°
CMYK 0.100.070.00   0.05
XYZ72.560276.314795.6999
Yxy76.31470.29670.3120
Hunter Lab87.3583-4.6141-3.8006
CIE-Lab90.00530.0533-8.8110

#dae3f3 color RGB value is (218,227,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 11110011
Octal 332 343 363
Decimal 218 227 243
Hex DA E3 F3

RGB Percentages of Color #dae3f3

%31.69
%32.99
%35.32

CMYK Percentages of Color #dae3f3

%10
%7
%0
%5

Triadic Colors of #dae3f3

#dae3f3 #f3dae3 #e3f3da

Analogous Colors of #dae3f3

#dae3f3 #dedaf3 #daf0f3

Monochromatic Colors of #dae3f3

#dae3f3

Complementary Color

#dae3f3 #f3eada

#dae3f3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae3f3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae3f3 Color CSS Codes

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

#dae3f3 Text Font Color

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

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


#dae3f3 Background Color

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

This div background color is #dae3f3


#dae3f3 Border Color

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

This div border color is #dae3f3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,227,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 #dae3f3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae3f3

#dae3f3 Color Palettes


Comments

No comments written yet.

Please login to write comment.