Color Hex Logo

#ecc468 Color Hex

#ECC468
(236,196,104)
0 Favorites   0 Comments

Color spaces of #ecc468

RGB 236196104
HSL0.120.780.67
HSV42°56°93°
CMYK 0.000.170.56   0.07
XYZ56.830758.312221.3568
Yxy58.31220.41630.4272
Hunter Lab76.3624-0.790436.8717
CIE-Lab80.91213.504650.8855

#ecc468 color RGB value is (236,196,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000100 01101000
Octal 354 304 150
Decimal 236 196 104
Hex EC C4 68

RGB Percentages of Color #ecc468

%44.03
%36.57
%19.40

CMYK Percentages of Color #ecc468

%0
%17
%56
%7

Triadic Colors of #ecc468

#ecc468 #68ecc4 #c468ec

Analogous Colors of #ecc468

#ecc468 #d2ec68 #ec8268

Monochromatic Colors of #ecc468

#ecc468

Complementary Color

#ecc468 #6890ec

#ecc468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc468 Color CSS Codes

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

#ecc468 Text Font Color

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

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


#ecc468 Background Color

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

This div background color is #ecc468


#ecc468 Border Color

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

This div border color is #ecc468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc468


Comments

No comments written yet.

Please login to write comment.