Color Hex Logo

#edbd99 Color Hex

#EDBD99
(237,189,153)
0 Favorites   0 Comments

Color spaces of #edbd99

RGB 237189153
HSL0.070.700.76
HSV26°35°93°
CMYK 0.000.200.35   0.07
XYZ58.872456.699637.9782
Yxy56.69960.38340.3693
Hunter Lab75.29917.786222.8056
CIE-Lab80.010312.376424.7506

#edbd99 color RGB value is (237,189,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 10011001
Octal 355 275 231
Decimal 237 189 153
Hex ED BD 99

RGB Percentages of Color #edbd99

%40.93
%32.64
%26.42

CMYK Percentages of Color #edbd99

%0
%20
%35
%7

Triadic Colors of #edbd99

#edbd99 #99edbd #bd99ed

Analogous Colors of #edbd99

#edbd99 #ede799 #ed999f

Monochromatic Colors of #edbd99

#edbd99

Complementary Color

#edbd99 #99c9ed

#edbd99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbd99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbd99 Color CSS Codes

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

#edbd99 Text Font Color

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

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


#edbd99 Background Color

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

This div background color is #edbd99


#edbd99 Border Color

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

This div border color is #edbd99


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,189,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 #edbd99">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbd99


Comments

No comments written yet.

Please login to write comment.