Color Hex Logo

#efc402 Color Hex

#EFC402
(239,196,2)
0 Favorites   0 Comments

Color spaces of #efc402

RGB 2391962
HSL0.140.980.47
HSV49°99°94°
CMYK 0.000.180.99   0.06
XYZ55.347557.83508.3036
Yxy57.83500.45560.4761
Hunter Lab76.0493-3.176846.7608
CIE-Lab80.64700.950381.8191

#efc402 color RGB value is (239,196,2).

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

The process color (four color CMYK) of #efc402 color hex is 0.00, 0.18, 0.99, 0.06. Web safe color of #efc402 is #ffcc00. Color #efc402 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 00000010
Octal 357 304 2
Decimal 239 196 2
Hex EF C4 2

RGB Percentages of Color #efc402

%54.69
%44.85
%0.46

CMYK Percentages of Color #efc402

%0
%18
%99
%6

Triadic Colors of #efc402

#efc402 #02efc4 #c402ef

Analogous Colors of #efc402

#efc402 #a4ef02 #ef4d02

Monochromatic Colors of #efc402

#efc402

Complementary Color

#efc402 #022def

#efc402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc402 Color CSS Codes

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

#efc402 Text Font Color

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

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


#efc402 Background Color

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

This div background color is #efc402


#efc402 Border Color

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

This div border color is #efc402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc402


Comments

No comments written yet.

Please login to write comment.