Color Hex Logo

#efe713 Color Hex

#EFE713
(239,231,19)
0 Favorites   0 Comments

Color spaces of #efe713

RGB 23923119
HSL0.160.870.51
HSV58°92°94°
CMYK 0.000.030.92   0.06
XYZ64.290175.549611.8102
Yxy75.54960.42390.4982
Hunter Lab86.9193-20.080752.7874
CIE-Lab89.6498-16.480786.7737

#efe713 color RGB value is (239,231,19).

#efe713 hex color red value is 239, green value is 231 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #efe713 hue: 0.16 , saturation: 0.87 and the lightness value of efe713 is 0.51.

The process color (four color CMYK) of #efe713 color hex is 0.00, 0.03, 0.92, 0.06. Web safe color of #efe713 is #ffff00. Color #efe713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100111 00010011
Octal 357 347 23
Decimal 239 231 19
Hex EF E7 13

RGB Percentages of Color #efe713

%48.88
%47.24
%3.89

CMYK Percentages of Color #efe713

%0
%3
%92
%6

Triadic Colors of #efe713

#efe713 #13efe7 #e713ef

Analogous Colors of #efe713

#efe713 #89ef13 #ef7913

Monochromatic Colors of #efe713

#efe713

Complementary Color

#efe713 #131bef

#efe713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe713 Color CSS Codes

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

#efe713 Text Font Color

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

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


#efe713 Background Color

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

This div background color is #efe713


#efe713 Border Color

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

This div border color is #efe713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe713


Comments

No comments written yet.

Please login to write comment.