Color Hex Logo

#ecb402 Color Hex

#ECB402
(236,180,2)
0 Favorites   0 Comments

Color spaces of #ecb402

RGB 2361802
HSL0.130.980.47
HSV46°99°93°
CMYK 0.000.240.99   0.07
XYZ50.924350.47987.1170
Yxy50.47980.46930.4652
Hunter Lab71.04913.603543.7953
CIE-Lab76.36287.983778.6820

#ecb402 color RGB value is (236,180,2).

#ecb402 hex color red value is 236, green value is 180 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #ecb402 hue: 0.13 , saturation: 0.98 and the lightness value of ecb402 is 0.47.

The process color (four color CMYK) of #ecb402 color hex is 0.00, 0.24, 0.99, 0.07. Web safe color of #ecb402 is #ffcc00. Color #ecb402 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 00000010
Octal 354 264 2
Decimal 236 180 2
Hex EC B4 2

RGB Percentages of Color #ecb402

%56.46
%43.06
%0.48

CMYK Percentages of Color #ecb402

%0
%24
%99
%7

Triadic Colors of #ecb402

#ecb402 #02ecb4 #b402ec

Analogous Colors of #ecb402

#ecb402 #afec02 #ec3f02

Monochromatic Colors of #ecb402

#ecb402

Complementary Color

#ecb402 #023aec

#ecb402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb402 Color CSS Codes

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

#ecb402 Text Font Color

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

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


#ecb402 Background Color

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

This div background color is #ecb402


#ecb402 Border Color

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

This div border color is #ecb402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb402


Comments

No comments written yet.

Please login to write comment.