Color Hex Logo

#edbbef Color Hex

#EDBBEF
(237,187,239)
0 Favorites   0 Comments

Color spaces of #edbbef

RGB 237187239
HSL0.830.620.84
HSV298°22°94°
CMYK 0.010.220.00   0.06
XYZ68.275459.777289.6010
Yxy59.77720.31370.2746
Hunter Lab77.315722.3260-14.5900
CIE-Lab81.716926.6007-18.9418

#edbbef color RGB value is (237,187,239).

#edbbef hex color red value is 237, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #edbbef hue: 0.83 , saturation: 0.62 and the lightness value of edbbef is 0.84.

The process color (four color CMYK) of #edbbef color hex is 0.01, 0.22, 0.00, 0.06. Web safe color of #edbbef is #ffccff. Color #edbbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 11101111
Octal 355 273 357
Decimal 237 187 239
Hex ED BB EF

RGB Percentages of Color #edbbef

%35.75
%28.21
%36.05

CMYK Percentages of Color #edbbef

%1
%22
%0
%6

Triadic Colors of #edbbef

#edbbef #efedbb #bbefed

Analogous Colors of #edbbef

#edbbef #efbbd7 #d3bbef

Monochromatic Colors of #edbbef

#edbbef

Complementary Color

#edbbef #bdefbb

#edbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbef Color CSS Codes

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

#edbbef Text Font Color

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

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


#edbbef Background Color

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

This div background color is #edbbef


#edbbef Border Color

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

This div border color is #edbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbef


Comments

No comments written yet.

Please login to write comment.