Color Hex Logo

#edbcee Color Hex

#EDBCEE
(237,188,238)
0 Favorites   0 Comments

Color spaces of #edbcee

RGB 237188238
HSL0.830.600.84
HSV299°21°93°
CMYK 0.000.210.00   0.07
XYZ68.340960.144088.8959
Yxy60.14400.31440.2767
Hunter Lab77.552621.5809-13.6753
CIE-Lab81.916425.8841-18.1050

#edbcee color RGB value is (237,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 11101110
Octal 355 274 356
Decimal 237 188 238
Hex ED BC EE

RGB Percentages of Color #edbcee

%35.75
%28.36
%35.90

CMYK Percentages of Color #edbcee

%0
%21
%0
%7

Triadic Colors of #edbcee

#edbcee #eeedbc #bceeed

Analogous Colors of #edbcee

#edbcee #eebcd6 #d4bcee

Monochromatic Colors of #edbcee

#edbcee

Complementary Color

#edbcee #bdeebc

#edbcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcee Color CSS Codes

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

#edbcee Text Font Color

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

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


#edbcee Background Color

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

This div background color is #edbcee


#edbcee Border Color

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

This div border color is #edbcee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,188,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 #edbcee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcee

#edbcee Color Palettes


Comments

No comments written yet.

Please login to write comment.