Color Hex Logo

#edbbbe Color Hex

#EDBBBE
(237,187,190)
0 Favorites   0 Comments

Color spaces of #edbbbe

RGB 237187190
HSL0.990.580.83
HSV356°21°93°
CMYK 0.000.210.20   0.07
XYZ61.989657.262956.5008
Yxy57.26290.35270.3258
Hunter Lab75.672313.79818.7016
CIE-Lab80.327218.40395.3646

#edbbbe color RGB value is (237,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 10111110
Octal 355 273 276
Decimal 237 187 190
Hex ED BB BE

RGB Percentages of Color #edbbbe

%38.60
%30.46
%30.94

CMYK Percentages of Color #edbbbe

%0
%21
%20
%7

Triadic Colors of #edbbbe

#edbbbe #beedbb #bbbeed

Analogous Colors of #edbbbe

#edbbbe #edd1bb #edbbd7

Monochromatic Colors of #edbbbe

#edbbbe

Complementary Color

#edbbbe #bbedea

#edbbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbbe Color CSS Codes

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

#edbbbe Text Font Color

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

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


#edbbbe Background Color

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

This div background color is #edbbbe


#edbbbe Border Color

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

This div border color is #edbbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbbe


Comments

No comments written yet.

Please login to write comment.