Color Hex Logo

#efe025 Color Hex

#EFE025
(239,224,37)
0 Favorites   0 Comments

Color spaces of #efe025

RGB 23922437
HSL0.150.860.54
HSV56°85°94°
CMYK 0.000.060.85   0.06
XYZ62.586271.795612.3096
Yxy71.79560.42670.4894
Hunter Lab84.7323-16.435250.6992
CIE-Lab87.8701-12.721982.3794

#efe025 color RGB value is (239,224,37).

#efe025 hex color red value is 239, green value is 224 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #efe025 hue: 0.15 , saturation: 0.86 and the lightness value of efe025 is 0.54.

The process color (four color CMYK) of #efe025 color hex is 0.00, 0.06, 0.85, 0.06. Web safe color of #efe025 is #ffcc33. Color #efe025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 00100101
Octal 357 340 45
Decimal 239 224 37
Hex EF E0 25

RGB Percentages of Color #efe025

%47.80
%44.80
%7.40

CMYK Percentages of Color #efe025

%0
%6
%85
%6

Triadic Colors of #efe025

#efe025 #25efe0 #e025ef

Analogous Colors of #efe025

#efe025 #99ef25 #ef7b25

Monochromatic Colors of #efe025

#efe025

Complementary Color

#efe025 #2534ef

#efe025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe025 Color CSS Codes

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

#efe025 Text Font Color

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

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


#efe025 Background Color

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

This div background color is #efe025


#efe025 Border Color

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

This div border color is #efe025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe025

#efe025 Color Palettes


Comments

No comments written yet.

Please login to write comment.