color codes Logo

#eda7fc color codes

#EDA7FC
(237,167,252)
0 Favorites   0 Comments

Color spaces of #eda7fc

RGB 237167252
HSL0.800.930.82
HSV289°34°99°
CMYK 0.060.340.00   0.01
XYZ66.314552.670298.7667
Yxy52.67020.30450.2419
Hunter Lab72.574236.0989-29.8861
CIE-Lab77.679939.6731-32.0866

#eda7fc color RGB value is (237,167,252).

#eda7fc hex color red value is 237, green value is 167 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eda7fc hue: 0.80 , saturation: 0.93 and the lightness value of eda7fc is 0.82.

The process color (four color CMYK) of #eda7fc color code is 0.06, 0.34, 0.00, 0.01. Web safe color of #eda7fc is #ff99ff. Color #eda7fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 11111100
Octal 355 247 374
Decimal 237 167 252
Hex ED A7 FC

RGB Percentages of Color #eda7fc

%36.13
%25.46
%38.41

CMYK Percentages of Color #eda7fc

%6
%34
%0
%1

Triadic Colors of #eda7fc

#eda7fc #fceda7 #a7fced

Analogous Colors of #eda7fc

#eda7fc #fca7e1 #c3a7fc

Monochromatic Colors of #eda7fc

#eda7fc

Complementary Color

#eda7fc #b6fca7

#eda7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda7fc Color CSS Codes

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

#eda7fc Text Font Color

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

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


#eda7fc Background Color

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

This div background color is #eda7fc


#eda7fc Border Color

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

This div border color is #eda7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda7fc


Comments

No comments written yet.

Please login to write comment.