Color Hex Logo

#ecc958 Color Hex

#ECC958
(236,201,88)
0 Favorites   0 Comments

Color spaces of #ecc958

RGB 23620188
HSL0.130.800.64
HSV46°63°93°
CMYK 0.000.150.63   0.07
XYZ57.240260.310717.8568
Yxy60.31070.42270.4454
Hunter Lab77.6600-4.339440.7291
CIE-Lab82.0068-0.204859.5032

#ecc958 color RGB value is (236,201,88).

#ecc958 hex color red value is 236, green value is 201 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ecc958 hue: 0.13 , saturation: 0.80 and the lightness value of ecc958 is 0.64.

The process color (four color CMYK) of #ecc958 color hex is 0.00, 0.15, 0.63, 0.07. Web safe color of #ecc958 is #ffcc66. Color #ecc958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001001 01011000
Octal 354 311 130
Decimal 236 201 88
Hex EC C9 58

RGB Percentages of Color #ecc958

%44.95
%38.29
%16.76

CMYK Percentages of Color #ecc958

%0
%15
%63
%7

Triadic Colors of #ecc958

#ecc958 #58ecc9 #c958ec

Analogous Colors of #ecc958

#ecc958 #c5ec58 #ec7f58

Monochromatic Colors of #ecc958

#ecc958

Complementary Color

#ecc958 #587bec

#ecc958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc958 Color CSS Codes

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

#ecc958 Text Font Color

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

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


#ecc958 Background Color

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

This div background color is #ecc958


#ecc958 Border Color

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

This div border color is #ecc958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc958


Comments

No comments written yet.

Please login to write comment.