Color Hex Logo

#ecc10b Color Hex

#ECC10B
(236,193,11)
0 Favorites   0 Comments

Color spaces of #ecc10b

RGB 23619311
HSL0.130.910.48
HSV49°95°93°
CMYK 0.000.180.95   0.07
XYZ53.722455.99708.2936
Yxy55.99700.45520.4745
Hunter Lab74.8311-2.806745.8106
CIE-Lab79.61211.283880.0689

#ecc10b color RGB value is (236,193,11).

#ecc10b hex color red value is 236, green value is 193 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ecc10b hue: 0.13 , saturation: 0.91 and the lightness value of ecc10b is 0.48.

The process color (four color CMYK) of #ecc10b color hex is 0.00, 0.18, 0.95, 0.07. Web safe color of #ecc10b is #ffcc00. Color #ecc10b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 00001011
Octal 354 301 13
Decimal 236 193 11
Hex EC C1 B

RGB Percentages of Color #ecc10b

%53.64
%43.86
%2.50

CMYK Percentages of Color #ecc10b

%0
%18
%95
%7

Triadic Colors of #ecc10b

#ecc10b #0becc1 #c10bec

Analogous Colors of #ecc10b

#ecc10b #a7ec0b #ec500b

Monochromatic Colors of #ecc10b

#ecc10b

Complementary Color

#ecc10b #0b36ec

#ecc10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc10b Color CSS Codes

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

#ecc10b Text Font Color

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

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


#ecc10b Background Color

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

This div background color is #ecc10b


#ecc10b Border Color

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

This div border color is #ecc10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc10b


Comments

No comments written yet.

Please login to write comment.