Color Hex Logo

#efca02 Color Hex

#EFCA02
(239,202,2)
0 Favorites   0 Comments

Color spaces of #efca02

RGB 2392022
HSL0.140.980.47
HSV51°99°94°
CMYK 0.000.150.99   0.06
XYZ56.728160.59628.7638
Yxy60.59620.44990.4806
Hunter Lab77.8436-6.145347.8155
CIE-Lab82.1612-2.133382.8911

#efca02 color RGB value is (239,202,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 00000010
Octal 357 312 2
Decimal 239 202 2
Hex EF CA 2

RGB Percentages of Color #efca02

%53.95
%45.60
%0.45

CMYK Percentages of Color #efca02

%0
%15
%99
%6

Triadic Colors of #efca02

#efca02 #02efca #ca02ef

Analogous Colors of #efca02

#efca02 #9eef02 #ef5302

Monochromatic Colors of #efca02

#efca02

Complementary Color

#efca02 #0227ef

#efca02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca02 Color CSS Codes

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

#efca02 Text Font Color

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

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


#efca02 Background Color

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

This div background color is #efca02


#efca02 Border Color

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

This div border color is #efca02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca02

#efca02 Color Palettes


Comments

No comments written yet.

Please login to write comment.