Color Hex Logo

#efca01 Color Hex

#EFCA01
(239,202,1)
0 Favorites   0 Comments

Color spaces of #efca01

RGB 2392021
HSL0.140.990.47
HSV51°100°94°
CMYK 0.000.151.00   0.06
XYZ56.722660.59408.7349
Yxy60.59400.45000.4807
Hunter Lab77.8421-6.153047.8364
CIE-Lab82.1600-2.141782.9841

#efca01 color RGB value is (239,202,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 00000001
Octal 357 312 1
Decimal 239 202 1
Hex EF CA 1

RGB Percentages of Color #efca01

%54.07
%45.70
%0.23

CMYK Percentages of Color #efca01

%0
%15
%100
%6

Triadic Colors of #efca01

#efca01 #01efca #ca01ef

Analogous Colors of #efca01

#efca01 #9def01 #ef5301

Monochromatic Colors of #efca01

#efca01

Complementary Color

#efca01 #0126ef

#efca01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca01 Color CSS Codes

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

#efca01 Text Font Color

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

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


#efca01 Background Color

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

This div background color is #efca01


#efca01 Border Color

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

This div border color is #efca01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca01


Comments

No comments written yet.

Please login to write comment.