Color Hex Logo

#ecc368 Color Hex

#ECC368
(236,195,104)
0 Favorites   0 Comments

Color spaces of #ecc368

RGB 236195104
HSL0.110.780.67
HSV41°56°93°
CMYK 0.000.170.56   0.07
XYZ56.605957.862621.2818
Yxy57.86260.41700.4262
Hunter Lab76.0675-0.286636.6594
CIE-Lab80.66234.024850.5911

#ecc368 color RGB value is (236,195,104).

#ecc368 hex color red value is 236, green value is 195 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ecc368 hue: 0.11 , saturation: 0.78 and the lightness value of ecc368 is 0.67.

The process color (four color CMYK) of #ecc368 color hex is 0.00, 0.17, 0.56, 0.07. Web safe color of #ecc368 is #ffcc66. Color #ecc368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000011 01101000
Octal 354 303 150
Decimal 236 195 104
Hex EC C3 68

RGB Percentages of Color #ecc368

%44.11
%36.45
%19.44

CMYK Percentages of Color #ecc368

%0
%17
%56
%7

Triadic Colors of #ecc368

#ecc368 #68ecc3 #c368ec

Analogous Colors of #ecc368

#ecc368 #d3ec68 #ec8168

Monochromatic Colors of #ecc368

#ecc368

Complementary Color

#ecc368 #6891ec

#ecc368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc368 Color CSS Codes

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

#ecc368 Text Font Color

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

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


#ecc368 Background Color

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

This div background color is #ecc368


#ecc368 Border Color

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

This div border color is #ecc368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc368


Comments

No comments written yet.

Please login to write comment.