Color Hex Logo

#edba98 Color Hex

#EDBA98
(237,186,152)
0 Favorites   0 Comments

Color spaces of #edba98

RGB 237186152
HSL0.070.700.76
HSV24°36°93°
CMYK 0.000.220.36   0.07
XYZ58.151555.389337.3321
Yxy55.38930.38540.3671
Hunter Lab74.42409.229822.3561
CIE-Lab79.265013.842324.2684

#edba98 color RGB value is (237,186,152).

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

The process color (four color CMYK) of #edba98 color hex is 0.00, 0.22, 0.36, 0.07. Web safe color of #edba98 is #ffcc99. Color #edba98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 10011000
Octal 355 272 230
Decimal 237 186 152
Hex ED BA 98

RGB Percentages of Color #edba98

%41.22
%32.35
%26.43

CMYK Percentages of Color #edba98

%0
%22
%36
%7

Triadic Colors of #edba98

#edba98 #98edba #ba98ed

Analogous Colors of #edba98

#edba98 #ede598 #ed98a1

Monochromatic Colors of #edba98

#edba98

Complementary Color

#edba98 #98cbed

#edba98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edba98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edba98 Color CSS Codes

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

#edba98 Text Font Color

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

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


#edba98 Background Color

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

This div background color is #edba98


#edba98 Border Color

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

This div border color is #edba98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edba98


Comments

No comments written yet.

Please login to write comment.