Color Hex Logo

#efe719 Color Hex

#EFE719
(239,231,25)
0 Favorites   0 Comments

Color spaces of #efe719

RGB 23923125
HSL0.160.870.52
HSV58°90°94°
CMYK 0.000.030.90   0.06
XYZ64.348075.572712.1152
Yxy75.57270.42320.4971
Hunter Lab86.9326-20.005252.5899
CIE-Lab89.6606-16.395485.9782

#efe719 color RGB value is (239,231,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100111 00011001
Octal 357 347 31
Decimal 239 231 25
Hex EF E7 19

RGB Percentages of Color #efe719

%48.28
%46.67
%5.05

CMYK Percentages of Color #efe719

%0
%3
%90
%6

Triadic Colors of #efe719

#efe719 #19efe7 #e719ef

Analogous Colors of #efe719

#efe719 #8cef19 #ef7c19

Monochromatic Colors of #efe719

#efe719

Complementary Color

#efe719 #1921ef

#efe719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe719 Color CSS Codes

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

#efe719 Text Font Color

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

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


#efe719 Background Color

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

This div background color is #efe719


#efe719 Border Color

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

This div border color is #efe719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe719


Comments

No comments written yet.

Please login to write comment.