Color Hex Logo

#efe03b Color Hex

#EFE03B
(239,224,59)
0 Favorites   0 Comments

Color spaces of #efe03b

RGB 23922459
HSL0.150.850.58
HSV55°75°94°
CMYK 0.000.060.75   0.06
XYZ63.041771.977814.7081
Yxy71.97780.42100.4807
Hunter Lab84.8397-15.831949.1091
CIE-Lab87.9579-12.047576.6185

#efe03b color RGB value is (239,224,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 00111011
Octal 357 340 73
Decimal 239 224 59
Hex EF E0 3B

RGB Percentages of Color #efe03b

%45.79
%42.91
%11.30

CMYK Percentages of Color #efe03b

%0
%6
%75
%6

Triadic Colors of #efe03b

#efe03b #3befe0 #e03bef

Analogous Colors of #efe03b

#efe03b #a4ef3b #ef863b

Monochromatic Colors of #efe03b

#efe03b

Complementary Color

#efe03b #3b4aef

#efe03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe03b Color CSS Codes

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

#efe03b Text Font Color

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

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


#efe03b Background Color

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

This div background color is #efe03b


#efe03b Border Color

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

This div border color is #efe03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe03b


Comments

No comments written yet.

Please login to write comment.