Color Hex Logo

#e0ebfc Color Hex

#E0EBFC
(224,235,252)
0 Favorites   0 Comments

Color spaces of #e0ebfc

RGB 224235252
HSL0.600.820.93
HSV216°11°99°
CMYK 0.110.070.00   0.01
XYZ78.019582.2922103.8674
Yxy82.29220.29530.3115
Hunter Lab90.7150-5.2324-4.3856
CIE-Lab92.7037-0.3932-9.4605

#e0ebfc color RGB value is (224,235,252).

#e0ebfc hex color red value is 224, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e0ebfc hue: 0.60 , saturation: 0.82 and the lightness value of e0ebfc is 0.93.

The process color (four color CMYK) of #e0ebfc color hex is 0.11, 0.07, 0.00, 0.01. Web safe color of #e0ebfc is #ccffff. Color #e0ebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101011 11111100
Octal 340 353 374
Decimal 224 235 252
Hex E0 EB FC

RGB Percentages of Color #e0ebfc

%31.50
%33.05
%35.44

CMYK Percentages of Color #e0ebfc

%11
%7
%0
%1

Triadic Colors of #e0ebfc

#e0ebfc #fce0eb #ebfce0

Analogous Colors of #e0ebfc

#e0ebfc #e3e0fc #e0f9fc

Monochromatic Colors of #e0ebfc

#e0ebfc

Complementary Color

#e0ebfc #fcf1e0

#e0ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ebfc Color CSS Codes

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

#e0ebfc Text Font Color

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

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


#e0ebfc Background Color

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

This div background color is #e0ebfc


#e0ebfc Border Color

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

This div border color is #e0ebfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,235,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0ebfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0ebfc;
  -webkit-box-shadow: 1px 1px 3px 2px #e0ebfc;
  box-shadow:         1px 1px 3px 2px #e0ebfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,235,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ebfc


Comments

No comments written yet.

Please login to write comment.