Color Hex Logo

#ecc998 Color Hex

#ECC998
(236,201,152)
0 Favorites   0 Comments

Color spaces of #ecc998

RGB 236201152
HSL0.100.690.76
HSV35°36°93°
CMYK 0.000.150.36   0.07
XYZ61.146261.873238.4257
Yxy61.87320.37870.3832
Hunter Lab78.65951.103326.0981
CIE-Lab82.84595.572029.0888

#ecc998 color RGB value is (236,201,152).

#ecc998 hex color red value is 236, green value is 201 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ecc998 hue: 0.10 , saturation: 0.69 and the lightness value of ecc998 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001001 10011000
Octal 354 311 230
Decimal 236 201 152
Hex EC C9 98

RGB Percentages of Color #ecc998

%40.07
%34.13
%25.81

CMYK Percentages of Color #ecc998

%0
%15
%36
%7

Triadic Colors of #ecc998

#ecc998 #98ecc9 #c998ec

Analogous Colors of #ecc998

#ecc998 #e5ec98 #ec9f98

Monochromatic Colors of #ecc998

#ecc998

Complementary Color

#ecc998 #98bbec

#ecc998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc998 Color CSS Codes

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

#ecc998 Text Font Color

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

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


#ecc998 Background Color

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

This div background color is #ecc998


#ecc998 Border Color

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

This div border color is #ecc998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc998


Comments

No comments written yet.

Please login to write comment.