Color Hex Logo

#edbbb0 Color Hex

#EDBBB0
(237,187,176)
0 Favorites   0 Comments

Color spaces of #edbbb0

RGB 237187176
HSL0.030.630.81
HSV11°26°93°
CMYK 0.000.210.26   0.07
XYZ60.531856.679848.8242
Yxy56.67980.36460.3414
Hunter Lab75.286011.767914.2497
CIE-Lab79.999216.392012.4347

#edbbb0 color RGB value is (237,187,176).

#edbbb0 hex color red value is 237, green value is 187 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #edbbb0 hue: 0.03 , saturation: 0.63 and the lightness value of edbbb0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 10110000
Octal 355 273 260
Decimal 237 187 176
Hex ED BB B0

RGB Percentages of Color #edbbb0

%39.50
%31.17
%29.33

CMYK Percentages of Color #edbbb0

%0
%21
%26
%7

Triadic Colors of #edbbb0

#edbbb0 #b0edbb #bbb0ed

Analogous Colors of #edbbb0

#edbbb0 #eddab0 #edb0c4

Monochromatic Colors of #edbbb0

#edbbb0

Complementary Color

#edbbb0 #b0e2ed

#edbbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbb0 Color CSS Codes

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

#edbbb0 Text Font Color

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

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


#edbbb0 Background Color

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

This div background color is #edbbb0


#edbbb0 Border Color

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

This div border color is #edbbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbb0


Comments

No comments written yet.

Please login to write comment.