Color Hex Logo

#e5fdfd Color Hex

#E5FDFD
(229,253,253)
1 Favorites   0 Comments

Color spaces of #e5fdfd

RGB 229253253
HSL0.500.860.95
HSV180°99°
CMYK 0.090.000.00   0.01
XYZ85.168094.0004106.5836
Yxy94.00040.29800.3290
Hunter Lab96.9538-12.86782.6888
CIE-Lab97.6321-7.7542-2.6646

#e5fdfd color RGB value is (229,253,253).

#e5fdfd hex color red value is 229, green value is 253 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e5fdfd hue: 0.50 , saturation: 0.86 and the lightness value of e5fdfd is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111101 11111101
Octal 345 375 375
Decimal 229 253 253
Hex E5 FD FD

RGB Percentages of Color #e5fdfd

%31.16
%34.42
%34.42

CMYK Percentages of Color #e5fdfd

%9
%0
%0
%1

Triadic Colors of #e5fdfd

#e5fdfd #fde5fd #fdfde5

Analogous Colors of #e5fdfd

#e5fdfd #e5f1fd #e5fdf1

Monochromatic Colors of #e5fdfd

#e5fdfd

Complementary Color

#e5fdfd #fde5e5

#e5fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5fdfd Color CSS Codes

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

#e5fdfd Text Font Color

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

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


#e5fdfd Background Color

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

This div background color is #e5fdfd


#e5fdfd Border Color

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

This div border color is #e5fdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5fdfd

Related Colors

#e5fdfd Color Palettes


Comments

No comments written yet.

Please login to write comment.