Color Hex Logo

#ecc948 Color Hex

#ECC948
(236,201,72)
0 Favorites   0 Comments

Color spaces of #ecc948

RGB 23620172
HSL0.130.810.60
HSV47°69°93°
CMYK 0.000.150.69   0.07
XYZ56.648460.074014.7406
Yxy60.07400.43090.4570
Hunter Lab77.5074-5.176442.9792
CIE-Lab81.8784-1.111666.0611

#ecc948 color RGB value is (236,201,72).

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

The process color (four color CMYK) of #ecc948 color hex is 0.00, 0.15, 0.69, 0.07. Web safe color of #ecc948 is #ffcc33. Color #ecc948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001001 01001000
Octal 354 311 110
Decimal 236 201 72
Hex EC C9 48

RGB Percentages of Color #ecc948

%46.37
%39.49
%14.15

CMYK Percentages of Color #ecc948

%0
%15
%69
%7

Triadic Colors of #ecc948

#ecc948 #48ecc9 #c948ec

Analogous Colors of #ecc948

#ecc948 #bdec48 #ec7748

Monochromatic Colors of #ecc948

#ecc948

Complementary Color

#ecc948 #486bec

#ecc948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc948 Color CSS Codes

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

#ecc948 Text Font Color

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

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


#ecc948 Background Color

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

This div background color is #ecc948


#ecc948 Border Color

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

This div border color is #ecc948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc948


Comments

No comments written yet.

Please login to write comment.