Color Hex Logo

#efe33b Color Hex

#EFE33B
(239,227,59)
0 Favorites   0 Comments

Color spaces of #efe33b

RGB 23922759
HSL0.160.850.58
HSV56°75°94°
CMYK 0.000.050.75   0.06
XYZ63.855173.604714.9793
Yxy73.60470.41890.4828
Hunter Lab85.7932-17.282149.7033
CIE-Lab88.7353-13.531177.3320

#efe33b color RGB value is (239,227,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100011 00111011
Octal 357 343 73
Decimal 239 227 59
Hex EF E3 3B

RGB Percentages of Color #efe33b

%45.52
%43.24
%11.24

CMYK Percentages of Color #efe33b

%0
%5
%75
%6

Triadic Colors of #efe33b

#efe33b #3befe3 #e33bef

Analogous Colors of #efe33b

#efe33b #a1ef3b #ef893b

Monochromatic Colors of #efe33b

#efe33b

Complementary Color

#efe33b #3b47ef

#efe33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe33b Color CSS Codes

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

#efe33b Text Font Color

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

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


#efe33b Background Color

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

This div background color is #efe33b


#efe33b Border Color

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

This div border color is #efe33b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,227,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 #efe33b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe33b


Comments

No comments written yet.

Please login to write comment.