Color Hex Logo

#e3fefc Color Hex

#E3FEFC
(227,254,252)
0 Favorites   0 Comments

Color spaces of #e3fefc

RGB 227254252
HSL0.490.930.94
HSV176°11°100°
CMYK 0.110.000.01   0.00
XYZ84.691194.2428105.8224
Yxy94.24280.29740.3310
Hunter Lab97.0787-14.16513.3250
CIE-Lab97.7297-9.0763-2.0225

#e3fefc color RGB value is (227,254,252).

#e3fefc hex color red value is 227, green value is 254 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e3fefc hue: 0.49 , saturation: 0.93 and the lightness value of e3fefc is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11111110 11111100
Octal 343 376 374
Decimal 227 254 252
Hex E3 FE FC

RGB Percentages of Color #e3fefc

%30.97
%34.65
%34.38

CMYK Percentages of Color #e3fefc

%11
%0
%1
%0

Triadic Colors of #e3fefc

#e3fefc #fce3fe #fefce3

Analogous Colors of #e3fefc

#e3fefc #e3f3fe #e3feef

Monochromatic Colors of #e3fefc

#e3fefc

Complementary Color

#e3fefc #fee3e5

#e3fefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3fefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3fefc Color CSS Codes

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

#e3fefc Text Font Color

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

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


#e3fefc Background Color

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

This div background color is #e3fefc


#e3fefc Border Color

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

This div border color is #e3fefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3fefc

Related Colors


Comments

No comments written yet.

Please login to write comment.