Color Hex Logo

#edbefe Color Hex

#EDBEFE
(237,190,254)
0 Favorites   0 Comments

Color spaces of #edbefe

RGB 237190254
HSL0.790.970.87
HSV284°25°100°
CMYK 0.070.250.00   0.00
XYZ71.227961.9872101.9765
Yxy61.98720.30290.2636
Hunter Lab78.732023.7060-21.6822
CIE-Lab82.906627.8367-25.1500

#edbefe color RGB value is (237,190,254).

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

The process color (four color CMYK) of #edbefe color hex is 0.07, 0.25, 0.00, 0.00. Web safe color of #edbefe is #ffccff. Color #edbefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 11111110
Octal 355 276 376
Decimal 237 190 254
Hex ED BE FE

RGB Percentages of Color #edbefe

%34.80
%27.90
%37.30

CMYK Percentages of Color #edbefe

%7
%25
%0
%0

Triadic Colors of #edbefe

#edbefe #feedbe #befeed

Analogous Colors of #edbefe

#edbefe #febeef #cdbefe

Monochromatic Colors of #edbefe

#edbefe

Complementary Color

#edbefe #cffebe

#edbefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbefe Color CSS Codes

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

#edbefe Text Font Color

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

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


#edbefe Background Color

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

This div background color is #edbefe


#edbefe Border Color

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

This div border color is #edbefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbefe


Comments

No comments written yet.

Please login to write comment.