Color Hex Logo

#efd70b Color Hex

#EFD70B
(239,215,11)
0 Favorites   0 Comments

Color spaces of #efd70b

RGB 23921511
HSL0.150.910.49
HSV54°95°94°
CMYK 0.000.100.95   0.06
XYZ59.957466.975810.0841
Yxy66.97580.43760.4888
Hunter Lab81.8387-12.443649.9815
CIE-Lab85.4917-8.647884.4981

#efd70b color RGB value is (239,215,11).

#efd70b hex color red value is 239, green value is 215 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #efd70b hue: 0.15 , saturation: 0.91 and the lightness value of efd70b is 0.49.

The process color (four color CMYK) of #efd70b color hex is 0.00, 0.10, 0.95, 0.06. Web safe color of #efd70b is #ffcc00. Color #efd70b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 00001011
Octal 357 327 13
Decimal 239 215 11
Hex EF D7 B

RGB Percentages of Color #efd70b

%51.40
%46.24
%2.37

CMYK Percentages of Color #efd70b

%0
%10
%95
%6

Triadic Colors of #efd70b

#efd70b #0befd7 #d70bef

Analogous Colors of #efd70b

#efd70b #95ef0b #ef650b

Monochromatic Colors of #efd70b

#efd70b

Complementary Color

#efd70b #0b23ef

#efd70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd70b Color CSS Codes

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

#efd70b Text Font Color

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

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


#efd70b Background Color

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

This div background color is #efd70b


#efd70b Border Color

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

This div border color is #efd70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd70b


Comments

No comments written yet.

Please login to write comment.