Color Hex Logo

#edc098 Color Hex

#EDC098
(237,192,152)
0 Favorites   0 Comments

Color spaces of #edc098

RGB 237192152
HSL0.080.700.76
HSV28°36°93°
CMYK 0.000.190.36   0.07
XYZ59.442257.970837.7623
Yxy57.97080.38310.3736
Hunter Lab76.13866.114423.8910
CIE-Lab80.722610.677126.2458

#edc098 color RGB value is (237,192,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000000 10011000
Octal 355 300 230
Decimal 237 192 152
Hex ED C0 98

RGB Percentages of Color #edc098

%40.79
%33.05
%26.16

CMYK Percentages of Color #edc098

%0
%19
%36
%7

Triadic Colors of #edc098

#edc098 #98edc0 #c098ed

Analogous Colors of #edc098

#edc098 #edeb98 #ed989b

Monochromatic Colors of #edc098

#edc098

Complementary Color

#edc098 #98c5ed

#edc098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc098 Color CSS Codes

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

#edc098 Text Font Color

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

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


#edc098 Background Color

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

This div background color is #edc098


#edc098 Border Color

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

This div border color is #edc098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc098


Comments

No comments written yet.

Please login to write comment.