Color Hex Logo

#eaf3ff Color Hex

#EAF3FF
(234,243,255)
0 Favorites   0 Comments

Color spaces of #eaf3ff

RGB 234243255
HSL0.601.000.96
HSV214°100°
CMYK 0.080.050.00   0.00
XYZ84.032388.8136107.3215
Yxy88.81360.29990.3170
Hunter Lab94.2410-5.7577-1.5507
CIE-Lab95.5025-0.7268-6.7937

#eaf3ff color RGB value is (234,243,255).

#eaf3ff hex color red value is 234, green value is 243 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eaf3ff hue: 0.60 , saturation: 1.00 and the lightness value of eaf3ff is 0.96.

The process color (four color CMYK) of #eaf3ff color hex is 0.08, 0.05, 0.00, 0.00. Web safe color of #eaf3ff is #ffffff. Color #eaf3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110011 11111111
Octal 352 363 377
Decimal 234 243 255
Hex EA F3 FF

RGB Percentages of Color #eaf3ff

%31.97
%33.20
%34.84

CMYK Percentages of Color #eaf3ff

%8
%5
%0
%0

Triadic Colors of #eaf3ff

#eaf3ff #ffeaf3 #f3ffea

Analogous Colors of #eaf3ff

#eaf3ff #eceaff #eafeff

Monochromatic Colors of #eaf3ff

#eaf3ff

Complementary Color

#eaf3ff #fff6ea

#eaf3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf3ff Color CSS Codes

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

#eaf3ff Text Font Color

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

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


#eaf3ff Background Color

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

This div background color is #eaf3ff


#eaf3ff Border Color

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

This div border color is #eaf3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf3ff

Related Colors

#eaf3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.