Color Hex Logo

#edb6b2 Color Hex

#EDB6B2
(237,182,178)
0 Favorites   0 Comments

Color spaces of #edb6b2

RGB 237182178
HSL0.010.620.81
HSV25°93°
CMYK 0.000.230.25   0.07
XYZ59.688954.674849.5268
Yxy54.67480.36420.3336
Hunter Lab73.942414.692212.0471
CIE-Lab78.853619.32389.7287

#edb6b2 color RGB value is (237,182,178).

#edb6b2 hex color red value is 237, green value is 182 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #edb6b2 hue: 0.01 , saturation: 0.62 and the lightness value of edb6b2 is 0.81.

The process color (four color CMYK) of #edb6b2 color hex is 0.00, 0.23, 0.25, 0.07. Web safe color of #edb6b2 is #ffcc99. Color #edb6b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 10110010
Octal 355 266 262
Decimal 237 182 178
Hex ED B6 B2

RGB Percentages of Color #edb6b2

%39.70
%30.49
%29.82

CMYK Percentages of Color #edb6b2

%0
%23
%25
%7

Triadic Colors of #edb6b2

#edb6b2 #b2edb6 #b6b2ed

Analogous Colors of #edb6b2

#edb6b2 #edd4b2 #edb2cc

Monochromatic Colors of #edb6b2

#edb6b2

Complementary Color

#edb6b2 #b2e9ed

#edb6b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb6b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb6b2 Color CSS Codes

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

#edb6b2 Text Font Color

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

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


#edb6b2 Background Color

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

This div background color is #edb6b2


#edb6b2 Border Color

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

This div border color is #edb6b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb6b2


Comments

No comments written yet.

Please login to write comment.