Color Hex Logo

#e0fcfd Color Hex

#E0FCFD
(224,252,253)
0 Favorites   0 Comments

Color spaces of #e0fcfd

RGB 224252253
HSL0.510.880.94
HSV182°11°99°
CMYK 0.110.000.00   0.01
XYZ83.280592.5599106.4050
Yxy92.55990.29510.3279
Hunter Lab96.2081-13.84931.7716
CIE-Lab97.0487-8.8270-3.5595

#e0fcfd color RGB value is (224,252,253).

#e0fcfd hex color red value is 224, green value is 252 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e0fcfd hue: 0.51 , saturation: 0.88 and the lightness value of e0fcfd is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111100 11111101
Octal 340 374 375
Decimal 224 252 253
Hex E0 FC FD

RGB Percentages of Color #e0fcfd

%30.73
%34.57
%34.71

CMYK Percentages of Color #e0fcfd

%11
%0
%0
%1

Triadic Colors of #e0fcfd

#e0fcfd #fde0fc #fcfde0

Analogous Colors of #e0fcfd

#e0fcfd #e0eefd #e0fdf0

Monochromatic Colors of #e0fcfd

#e0fcfd

Complementary Color

#e0fcfd #fde1e0

#e0fcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0fcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0fcfd Color CSS Codes

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

#e0fcfd Text Font Color

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

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


#e0fcfd Background Color

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

This div background color is #e0fcfd


#e0fcfd Border Color

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

This div border color is #e0fcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0fcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.