Color Hex Logo

#edb184 Color Hex

#EDB184
(237,177,132)
0 Favorites   0 Comments

Color spaces of #edb184

RGB 237177132
HSL0.070.740.72
HSV26°44°93°
CMYK 0.000.250.44   0.07
XYZ54.812151.114728.8070
Yxy51.11470.40680.3794
Hunter Lab71.494511.733626.1567
CIE-Lab76.748416.403731.5177

#edb184 color RGB value is (237,177,132).

#edb184 hex color red value is 237, green value is 177 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #edb184 hue: 0.07 , saturation: 0.74 and the lightness value of edb184 is 0.72.

The process color (four color CMYK) of #edb184 color hex is 0.00, 0.25, 0.44, 0.07. Web safe color of #edb184 is #ff9999. Color #edb184 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 10000100
Octal 355 261 204
Decimal 237 177 132
Hex ED B1 84

RGB Percentages of Color #edb184

%43.41
%32.42
%24.18

CMYK Percentages of Color #edb184

%0
%25
%44
%7

Triadic Colors of #edb184

#edb184 #84edb1 #b184ed

Analogous Colors of #edb184

#edb184 #ede684 #ed848c

Monochromatic Colors of #edb184

#edb184

Complementary Color

#edb184 #84c0ed

#edb184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb184 Color CSS Codes

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

#edb184 Text Font Color

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

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


#edb184 Background Color

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

This div background color is #edb184


#edb184 Border Color

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

This div border color is #edb184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb184


Comments

No comments written yet.

Please login to write comment.