Color Hex Logo

#efeb47 Color Hex

#EFEB47
(239,235,71)
0 Favorites   0 Comments

Color spaces of #efeb47

RGB 23923571
HSL0.160.840.61
HSV59°70°94°
CMYK 0.000.020.70   0.06
XYZ66.442378.222317.5578
Yxy78.22230.40960.4822
Hunter Lab88.4434-20.679450.1401
CIE-Lab90.8812-16.944675.4184

#efeb47 color RGB value is (239,235,71).

#efeb47 hex color red value is 239, green value is 235 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #efeb47 hue: 0.16 , saturation: 0.84 and the lightness value of efeb47 is 0.61.

The process color (four color CMYK) of #efeb47 color hex is 0.00, 0.02, 0.70, 0.06. Web safe color of #efeb47 is #ffff33. Color #efeb47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 01000111
Octal 357 353 107
Decimal 239 235 71
Hex EF EB 47

RGB Percentages of Color #efeb47

%43.85
%43.12
%13.03

CMYK Percentages of Color #efeb47

%0
%2
%70
%6

Triadic Colors of #efeb47

#efeb47 #47efeb #eb47ef

Analogous Colors of #efeb47

#efeb47 #9fef47 #ef9747

Monochromatic Colors of #efeb47

#efeb47

Complementary Color

#efeb47 #474bef

#efeb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeb47 Color CSS Codes

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

#efeb47 Text Font Color

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

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


#efeb47 Background Color

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

This div background color is #efeb47


#efeb47 Border Color

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

This div border color is #efeb47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeb47


Comments

No comments written yet.

Please login to write comment.