Color Hex Logo

#ecc348 Color Hex

#ECC348
(236,195,72)
0 Favorites   0 Comments

Color spaces of #ecc348

RGB 23619572
HSL0.130.810.60
HSV45°69°93°
CMYK 0.000.170.69   0.07
XYZ55.276957.331014.2835
Yxy57.33100.43560.4518
Hunter Lab75.7172-2.192341.8174
CIE-Lab80.36541.986464.5251

#ecc348 color RGB value is (236,195,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000011 01001000
Octal 354 303 110
Decimal 236 195 72
Hex EC C3 48

RGB Percentages of Color #ecc348

%46.92
%38.77
%14.31

CMYK Percentages of Color #ecc348

%0
%17
%69
%7

Triadic Colors of #ecc348

#ecc348 #48ecc3 #c348ec

Analogous Colors of #ecc348

#ecc348 #c3ec48 #ec7148

Monochromatic Colors of #ecc348

#ecc348

Complementary Color

#ecc348 #4871ec

#ecc348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc348 Color CSS Codes

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

#ecc348 Text Font Color

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

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


#ecc348 Background Color

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

This div background color is #ecc348


#ecc348 Border Color

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

This div border color is #ecc348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc348


Comments

No comments written yet.

Please login to write comment.