Color Hex Logo

#efe300 Color Hex

#EFE300
(239,227,0)
0 Favorites   0 Comments

Color spaces of #efe300

RGB 2392270
HSL0.161.000.47
HSV57°100°94°
CMYK 0.000.051.00   0.06
XYZ63.065773.288910.8223
Yxy73.28890.42850.4980
Hunter Lab85.6089-18.319752.4311
CIE-Lab88.5853-14.696687.6757

#efe300 color RGB value is (239,227,0).

#efe300 hex color red value is 239, green value is 227 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #efe300 hue: 0.16 , saturation: 1.00 and the lightness value of efe300 is 0.47.

The process color (four color CMYK) of #efe300 color hex is 0.00, 0.05, 1.00, 0.06. Web safe color of #efe300 is #ffcc00. Color #efe300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100011 00000000
Octal 357 343 0
Decimal 239 227 0
Hex EF E3 0

RGB Percentages of Color #efe300

%51.29
%48.71
%0.00

CMYK Percentages of Color #efe300

%0
%5
%100
%6

Triadic Colors of #efe300

#efe300 #00efe3 #e300ef

Analogous Colors of #efe300

#efe300 #84ef00 #ef6c00

Monochromatic Colors of #efe300

#efe300

Complementary Color

#efe300 #000cef

#efe300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe300 Color CSS Codes

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

#efe300 Text Font Color

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

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


#efe300 Background Color

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

This div background color is #efe300


#efe300 Border Color

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

This div border color is #efe300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe300


Comments

No comments written yet.

Please login to write comment.