Color Hex Logo

#edbb94 Color Hex

#EDBB94
(237,187,148)
0 Favorites   0 Comments

Color spaces of #edbb94

RGB 237187148
HSL0.070.710.75
HSV26°38°93°
CMYK 0.000.210.38   0.07
XYZ58.040755.683335.7058
Yxy55.68330.38840.3726
Hunter Lab74.62128.250823.8650
CIE-Lab79.433212.847326.6214

#edbb94 color RGB value is (237,187,148).

#edbb94 hex color red value is 237, green value is 187 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #edbb94 hue: 0.07 , saturation: 0.71 and the lightness value of edbb94 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 10010100
Octal 355 273 224
Decimal 237 187 148
Hex ED BB 94

RGB Percentages of Color #edbb94

%41.43
%32.69
%25.87

CMYK Percentages of Color #edbb94

%0
%21
%38
%7

Triadic Colors of #edbb94

#edbb94 #94edbb #bb94ed

Analogous Colors of #edbb94

#edbb94 #ede894 #ed949a

Monochromatic Colors of #edbb94

#edbb94

Complementary Color

#edbb94 #94c6ed

#edbb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb94 Color CSS Codes

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

#edbb94 Text Font Color

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

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


#edbb94 Background Color

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

This div background color is #edbb94


#edbb94 Border Color

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

This div border color is #edbb94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb94


Comments

No comments written yet.

Please login to write comment.