Color Hex Logo

#eccc14 Color Hex

#ECCC14
(236,204,20)
0 Favorites   0 Comments

Color spaces of #eccc14

RGB 23620420
HSL0.140.850.50
HSV51°92°93°
CMYK 0.000.140.92   0.07
XYZ56.311261.06919.4814
Yxy61.06910.44390.4814
Hunter Lab78.1467-8.132747.5092
CIE-Lab82.4159-4.264981.0348

#eccc14 color RGB value is (236,204,20).

#eccc14 hex color red value is 236, green value is 204 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #eccc14 hue: 0.14 , saturation: 0.85 and the lightness value of eccc14 is 0.50.

The process color (four color CMYK) of #eccc14 color hex is 0.00, 0.14, 0.92, 0.07. Web safe color of #eccc14 is #ffcc00. Color #eccc14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 00010100
Octal 354 314 24
Decimal 236 204 20
Hex EC CC 14

RGB Percentages of Color #eccc14

%51.30
%44.35
%4.35

CMYK Percentages of Color #eccc14

%0
%14
%92
%7

Triadic Colors of #eccc14

#eccc14 #14eccc #cc14ec

Analogous Colors of #eccc14

#eccc14 #a0ec14 #ec6014

Monochromatic Colors of #eccc14

#eccc14

Complementary Color

#eccc14 #1434ec

#eccc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccc14 Color CSS Codes

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

#eccc14 Text Font Color

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

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


#eccc14 Background Color

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

This div background color is #eccc14


#eccc14 Border Color

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

This div border color is #eccc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccc14


Comments

No comments written yet.

Please login to write comment.