Color Hex Logo

#eccc5f Color Hex

#ECCC5F
(236,204,95)
0 Favorites   0 Comments

Color spaces of #eccc5f

RGB 23620495
HSL0.130.790.65
HSV46°60°93°
CMYK 0.000.140.60   0.07
XYZ58.250561.844819.6936
Yxy61.84480.41670.4424
Hunter Lab78.6415-5.405940.2015
CIE-Lab82.8308-1.286957.2921

#eccc5f color RGB value is (236,204,95).

#eccc5f hex color red value is 236, green value is 204 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #eccc5f hue: 0.13 , saturation: 0.79 and the lightness value of eccc5f is 0.65.

The process color (four color CMYK) of #eccc5f color hex is 0.00, 0.14, 0.60, 0.07. Web safe color of #eccc5f is #ffcc66. Color #eccc5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 01011111
Octal 354 314 137
Decimal 236 204 95
Hex EC CC 5F

RGB Percentages of Color #eccc5f

%44.11
%38.13
%17.76

CMYK Percentages of Color #eccc5f

%0
%14
%60
%7

Triadic Colors of #eccc5f

#eccc5f #5feccc #cc5fec

Analogous Colors of #eccc5f

#eccc5f #c6ec5f #ec865f

Monochromatic Colors of #eccc5f

#eccc5f

Complementary Color

#eccc5f #5f7fec

#eccc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccc5f Color CSS Codes

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

#eccc5f Text Font Color

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

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


#eccc5f Background Color

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

This div background color is #eccc5f


#eccc5f Border Color

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

This div border color is #eccc5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,204,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccc5f


Comments

No comments written yet.

Please login to write comment.