Color Hex Logo

#edc4fa Color Hex

#EDC4FA
(237,196,250)
0 Favorites   0 Comments

Color spaces of #edc4fa

RGB 237196250
HSL0.790.840.87
HSV286°22°98°
CMYK 0.050.220.00   0.02
XYZ71.920364.386599.0797
Yxy64.38650.30550.2735
Hunter Lab80.241219.5677-17.0409
CIE-Lab84.166623.8726-21.1069

#edc4fa color RGB value is (237,196,250).

#edc4fa hex color red value is 237, green value is 196 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #edc4fa hue: 0.79 , saturation: 0.84 and the lightness value of edc4fa is 0.87.

The process color (four color CMYK) of #edc4fa color hex is 0.05, 0.22, 0.00, 0.02. Web safe color of #edc4fa is #ffccff. Color #edc4fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 11111010
Octal 355 304 372
Decimal 237 196 250
Hex ED C4 FA

RGB Percentages of Color #edc4fa

%34.70
%28.70
%36.60

CMYK Percentages of Color #edc4fa

%5
%22
%0
%2

Triadic Colors of #edc4fa

#edc4fa #faedc4 #c4faed

Analogous Colors of #edc4fa

#edc4fa #fac4ec #d2c4fa

Monochromatic Colors of #edc4fa

#edc4fa

Complementary Color

#edc4fa #d1fac4

#edc4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc4fa Color CSS Codes

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

#edc4fa Text Font Color

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

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


#edc4fa Background Color

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

This div background color is #edc4fa


#edc4fa Border Color

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

This div border color is #edc4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc4fa

Related Colors


Comments

No comments written yet.

Please login to write comment.