Color Hex Logo

#e3fefd Color Hex

#E3FEFD
(227,254,253)
0 Favorites   0 Comments

Color spaces of #e3fefd

RGB 227254253
HSL0.490.930.94
HSV178°11°100°
CMYK 0.110.000.00   0.00
XYZ84.850094.3064106.6594
Yxy94.30640.29690.3300
Hunter Lab97.1115-13.98282.8587
CIE-Lab97.7553-8.8858-2.4993

#e3fefd color RGB value is (227,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11111110 11111101
Octal 343 376 375
Decimal 227 254 253
Hex E3 FE FD

RGB Percentages of Color #e3fefd

%30.93
%34.60
%34.47

CMYK Percentages of Color #e3fefd

%11
%0
%0
%0

Triadic Colors of #e3fefd

#e3fefd #fde3fe #fefde3

Analogous Colors of #e3fefd

#e3fefd #e3f2fe #e3fef0

Monochromatic Colors of #e3fefd

#e3fefd

Complementary Color

#e3fefd #fee3e4

#e3fefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3fefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3fefd Color CSS Codes

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

#e3fefd Text Font Color

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

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


#e3fefd Background Color

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

This div background color is #e3fefd


#e3fefd Border Color

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

This div border color is #e3fefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,254,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3fefd

Related Colors


Comments

No comments written yet.

Please login to write comment.