Color Hex Logo

#edbbea Color Hex

#EDBBEA
(237,187,234)
0 Favorites   0 Comments

Color spaces of #edbbea

RGB 237187234
HSL0.840.580.83
HSV304°21°93°
CMYK 0.000.210.01   0.07
XYZ67.546759.485785.7637
Yxy59.48570.31740.2795
Hunter Lab77.127021.3555-11.9405
CIE-Lab81.557825.6876-16.5015

#edbbea color RGB value is (237,187,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 11101010
Octal 355 273 352
Decimal 237 187 234
Hex ED BB EA

RGB Percentages of Color #edbbea

%36.02
%28.42
%35.56

CMYK Percentages of Color #edbbea

%0
%21
%1
%7

Triadic Colors of #edbbea

#edbbea #eaedbb #bbeaed

Analogous Colors of #edbbea

#edbbea #edbbd1 #d7bbed

Monochromatic Colors of #edbbea

#edbbea

Complementary Color

#edbbea #bbedbe

#edbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbea Color CSS Codes

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

#edbbea Text Font Color

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

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


#edbbea Background Color

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

This div background color is #edbbea


#edbbea Border Color

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

This div border color is #edbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbea


Comments

No comments written yet.

Please login to write comment.