Color Hex Logo

#edbbb6 Color Hex

#EDBBB6
(237,187,182)
0 Favorites   0 Comments

Color spaces of #edbbb6

RGB 237187182
HSL0.020.600.82
HSV23°93°
CMYK 0.000.210.23   0.07
XYZ61.138956.922652.0208
Yxy56.92260.35950.3347
Hunter Lab75.447112.616011.9325
CIE-Lab80.136017.23549.4002

#edbbb6 color RGB value is (237,187,182).

#edbbb6 hex color red value is 237, green value is 187 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #edbbb6 hue: 0.02 , saturation: 0.60 and the lightness value of edbbb6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 10110110
Octal 355 273 266
Decimal 237 187 182
Hex ED BB B6

RGB Percentages of Color #edbbb6

%39.11
%30.86
%30.03

CMYK Percentages of Color #edbbb6

%0
%21
%23
%7

Triadic Colors of #edbbb6

#edbbb6 #b6edbb #bbb6ed

Analogous Colors of #edbbb6

#edbbb6 #edd7b6 #edb6cd

Monochromatic Colors of #edbbb6

#edbbb6

Complementary Color

#edbbb6 #b6e8ed

#edbbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbb6 Color CSS Codes

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

#edbbb6 Text Font Color

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

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


#edbbb6 Background Color

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

This div background color is #edbbb6


#edbbb6 Border Color

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

This div border color is #edbbb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbb6


Comments

No comments written yet.

Please login to write comment.