Color Hex Logo

#e4cfed Color Hex

#E4CFED
(228,207,237)
0 Favorites   0 Comments

Color spaces of #e4cfed

RGB 228207237
HSL0.780.450.87
HSV282°13°93°
CMYK 0.040.130.00   0.07
XYZ69.593867.234189.4302
Yxy67.23410.30760.2972
Hunter Lab81.99648.0068-7.2678
CIE-Lab85.622012.6323-12.0897

#e4cfed color RGB value is (228,207,237).

#e4cfed hex color red value is 228, green value is 207 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e4cfed hue: 0.78 , saturation: 0.45 and the lightness value of e4cfed is 0.87.

The process color (four color CMYK) of #e4cfed color hex is 0.04, 0.13, 0.00, 0.07. Web safe color of #e4cfed is #ccccff. Color #e4cfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001111 11101101
Octal 344 317 355
Decimal 228 207 237
Hex E4 CF ED

RGB Percentages of Color #e4cfed

%33.93
%30.80
%35.27

CMYK Percentages of Color #e4cfed

%4
%13
%0
%7

Triadic Colors of #e4cfed

#e4cfed #ede4cf #cfede4

Analogous Colors of #e4cfed

#e4cfed #edcfe7 #d5cfed

Monochromatic Colors of #e4cfed

#e4cfed

Complementary Color

#e4cfed #d8edcf

#e4cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4cfed Color CSS Codes

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

#e4cfed Text Font Color

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

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


#e4cfed Background Color

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

This div background color is #e4cfed


#e4cfed Border Color

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

This div border color is #e4cfed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,207,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4cfed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4cfed;
  -webkit-box-shadow: 1px 1px 3px 2px #e4cfed;
  box-shadow:         1px 1px 3px 2px #e4cfed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,207,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4cfed


Comments

No comments written yet.

Please login to write comment.