Color Hex Logo

#efca07 Color Hex

#EFCA07
(239,202,7)
0 Favorites   0 Comments

Color spaces of #efca07

RGB 2392027
HSL0.140.940.48
HSV50°97°94°
CMYK 0.000.150.97   0.06
XYZ56.755560.60718.9080
Yxy60.60710.44950.4800
Hunter Lab77.8506-6.106447.7112
CIE-Lab82.1671-2.090982.4302

#efca07 color RGB value is (239,202,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 00000111
Octal 357 312 7
Decimal 239 202 7
Hex EF CA 7

RGB Percentages of Color #efca07

%53.35
%45.09
%1.56

CMYK Percentages of Color #efca07

%0
%15
%97
%6

Triadic Colors of #efca07

#efca07 #07efca #ca07ef

Analogous Colors of #efca07

#efca07 #a0ef07 #ef5607

Monochromatic Colors of #efca07

#efca07

Complementary Color

#efca07 #072cef

#efca07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca07 Color CSS Codes

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

#efca07 Text Font Color

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

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


#efca07 Background Color

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

This div background color is #efca07


#efca07 Border Color

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

This div border color is #efca07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca07


Comments

No comments written yet.

Please login to write comment.