Color Hex Logo

#edbe88 Color Hex

#EDBE88
(237,190,136)
0 Favorites   0 Comments

Color spaces of #edbe88

RGB 237190136
HSL0.090.740.73
HSV32°43°93°
CMYK 0.000.200.43   0.07
XYZ57.782456.609031.1737
Yxy56.60900.39700.3889
Hunter Lab75.23905.417228.1017
CIE-Lab79.95929.950233.6294

#edbe88 color RGB value is (237,190,136).

#edbe88 hex color red value is 237, green value is 190 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #edbe88 hue: 0.09 , saturation: 0.74 and the lightness value of edbe88 is 0.73.

The process color (four color CMYK) of #edbe88 color hex is 0.00, 0.20, 0.43, 0.07. Web safe color of #edbe88 is #ffcc99. Color #edbe88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 10001000
Octal 355 276 210
Decimal 237 190 136
Hex ED BE 88

RGB Percentages of Color #edbe88

%42.10
%33.75
%24.16

CMYK Percentages of Color #edbe88

%0
%20
%43
%7

Triadic Colors of #edbe88

#edbe88 #88edbe #be88ed

Analogous Colors of #edbe88

#edbe88 #eaed88 #ed8c88

Monochromatic Colors of #edbe88

#edbe88

Complementary Color

#edbe88 #88b7ed

#edbe88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe88 Color CSS Codes

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

#edbe88 Text Font Color

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

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


#edbe88 Background Color

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

This div background color is #edbe88


#edbe88 Border Color

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

This div border color is #edbe88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe88


Comments

No comments written yet.

Please login to write comment.