Color Hex Logo

#edbbec Color Hex

#EDBBEC
(237,187,236)
0 Favorites   0 Comments

Color spaces of #edbbec

RGB 237187236
HSL0.840.580.83
HSV301°21°93°
CMYK 0.000.210.00   0.07
XYZ67.835759.601387.2858
Yxy59.60130.31590.2776
Hunter Lab77.201921.7410-12.9930
CIE-Lab81.621026.0509-17.4789

#edbbec color RGB value is (237,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 11101100
Octal 355 273 354
Decimal 237 187 236
Hex ED BB EC

RGB Percentages of Color #edbbec

%35.91
%28.33
%35.76

CMYK Percentages of Color #edbbec

%0
%21
%0
%7

Triadic Colors of #edbbec

#edbbec #ecedbb #bbeced

Analogous Colors of #edbbec

#edbbec #edbbd3 #d5bbed

Monochromatic Colors of #edbbec

#edbbec

Complementary Color

#edbbec #bbedbc

#edbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbec Color CSS Codes

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

#edbbec Text Font Color

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

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


#edbbec Background Color

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

This div background color is #edbbec


#edbbec Border Color

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

This div border color is #edbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbec


Comments

No comments written yet.

Please login to write comment.