Color Hex Logo

#edbbbb Color Hex

#EDBBBB
(237,187,187)
2 Favorites   0 Comments

Color spaces of #edbbbb

RGB 237187187
HSL0.000.580.83
HSV21°93°
CMYK 0.000.210.21   0.07
XYZ61.665057.133054.7914
Yxy57.13300.35520.3291
Hunter Lab75.586413.34809.9321
CIE-Lab80.254317.96006.8763

#edbbbb color RGB value is (237,187,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 10111011
Octal 355 273 273
Decimal 237 187 187
Hex ED BB BB

RGB Percentages of Color #edbbbb

%38.79
%30.61
%30.61

CMYK Percentages of Color #edbbbb

%0
%21
%21
%7

Triadic Colors of #edbbbb

#edbbbb #bbedbb #bbbbed

Analogous Colors of #edbbbb

#edbbbb #edd4bb #edbbd4

Monochromatic Colors of #edbbbb

#edbbbb

Complementary Color

#edbbbb #bbeded

#edbbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbbb Color CSS Codes

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

#edbbbb Text Font Color

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

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


#edbbbb Background Color

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

This div background color is #edbbbb


#edbbbb Border Color

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

This div border color is #edbbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbbb

#edbbbb Color Palettes


Comments

No comments written yet.

Please login to write comment.