Color Hex Logo

#edbe99 Color Hex

#EDBE99
(237,190,153)
0 Favorites   0 Comments

Color spaces of #edbe99

RGB 237190153
HSL0.070.700.76
HSV26°35°93°
CMYK 0.000.200.35   0.07
XYZ59.088357.131338.0502
Yxy57.13130.38300.3703
Hunter Lab75.58527.267123.0626
CIE-Lab80.253411.849225.0807

#edbe99 color RGB value is (237,190,153).

#edbe99 hex color red value is 237, green value is 190 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #edbe99 hue: 0.07 , saturation: 0.70 and the lightness value of edbe99 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 10011001
Octal 355 276 231
Decimal 237 190 153
Hex ED BE 99

RGB Percentages of Color #edbe99

%40.86
%32.76
%26.38

CMYK Percentages of Color #edbe99

%0
%20
%35
%7

Triadic Colors of #edbe99

#edbe99 #99edbe #be99ed

Analogous Colors of #edbe99

#edbe99 #ede899 #ed999e

Monochromatic Colors of #edbe99

#edbe99

Complementary Color

#edbe99 #99c8ed

#edbe99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe99 Color CSS Codes

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

#edbe99 Text Font Color

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

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


#edbe99 Background Color

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

This div background color is #edbe99


#edbe99 Border Color

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

This div border color is #edbe99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe99


Comments

No comments written yet.

Please login to write comment.