Color Hex Logo

#efe527 Color Hex

#EFE527
(239,229,39)
0 Favorites   0 Comments

Color spaces of #efe527

RGB 23922939
HSL0.160.860.55
HSV57°84°94°
CMYK 0.000.040.84   0.06
XYZ63.982174.535812.9341
Yxy74.53580.42250.4921
Hunter Lab86.3341-18.798651.5514
CIE-Lab89.1751-15.136683.0209

#efe527 color RGB value is (239,229,39).

#efe527 hex color red value is 239, green value is 229 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #efe527 hue: 0.16 , saturation: 0.86 and the lightness value of efe527 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100101 00100111
Octal 357 345 47
Decimal 239 229 39
Hex EF E5 27

RGB Percentages of Color #efe527

%47.14
%45.17
%7.69

CMYK Percentages of Color #efe527

%0
%4
%84
%6

Triadic Colors of #efe527

#efe527 #27efe5 #e527ef

Analogous Colors of #efe527

#efe527 #95ef27 #ef8127

Monochromatic Colors of #efe527

#efe527

Complementary Color

#efe527 #2731ef

#efe527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe527 Color CSS Codes

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

#efe527 Text Font Color

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

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


#efe527 Background Color

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

This div background color is #efe527


#efe527 Border Color

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

This div border color is #efe527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe527


Comments

No comments written yet.

Please login to write comment.