Color Hex Logo

#edbfee Color Hex

#EDBFEE
(237,191,238)
0 Favorites   0 Comments

Color spaces of #edbfee

RGB 237191238
HSL0.830.580.84
HSV299°20°93°
CMYK 0.000.200.00   0.07
XYZ68.988561.439289.1118
Yxy61.43920.31420.2799
Hunter Lab78.383219.9352-12.5371
CIE-Lab82.614324.2864-17.0529

#edbfee color RGB value is (237,191,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11101110
Octal 355 277 356
Decimal 237 191 238
Hex ED BF EE

RGB Percentages of Color #edbfee

%35.59
%28.68
%35.74

CMYK Percentages of Color #edbfee

%0
%20
%0
%7

Triadic Colors of #edbfee

#edbfee #eeedbf #bfeeed

Analogous Colors of #edbfee

#edbfee #eebfd8 #d6bfee

Monochromatic Colors of #edbfee

#edbfee

Complementary Color

#edbfee #c0eebf

#edbfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfee Color CSS Codes

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

#edbfee Text Font Color

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

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


#edbfee Background Color

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

This div background color is #edbfee


#edbfee Border Color

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

This div border color is #edbfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfee


Comments

No comments written yet.

Please login to write comment.