Color Hex Logo

#efbb0e Color Hex

#EFBB0E
(239,187,14)
0 Favorites   0 Comments

Color spaces of #efbb0e

RGB 23918714
HSL0.130.890.50
HSV46°94°94°
CMYK 0.000.220.94   0.06
XYZ53.446253.92318.0067
Yxy53.92310.46320.4674
Hunter Lab73.43231.410944.9380
CIE-Lab78.41695.726078.9973

#efbb0e color RGB value is (239,187,14).

#efbb0e hex color red value is 239, green value is 187 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #efbb0e hue: 0.13 , saturation: 0.89 and the lightness value of efbb0e is 0.50.

The process color (four color CMYK) of #efbb0e color hex is 0.00, 0.22, 0.94, 0.06. Web safe color of #efbb0e is #ffcc00. Color #efbb0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 00001110
Octal 357 273 16
Decimal 239 187 14
Hex EF BB E

RGB Percentages of Color #efbb0e

%54.32
%42.50
%3.18

CMYK Percentages of Color #efbb0e

%0
%22
%94
%6

Triadic Colors of #efbb0e

#efbb0e #0eefbb #bb0eef

Analogous Colors of #efbb0e

#efbb0e #b3ef0e #ef4b0e

Monochromatic Colors of #efbb0e

#efbb0e

Complementary Color

#efbb0e #0e42ef

#efbb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbb0e Color CSS Codes

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

#efbb0e Text Font Color

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

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


#efbb0e Background Color

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

This div background color is #efbb0e


#efbb0e Border Color

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

This div border color is #efbb0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbb0e


Comments

No comments written yet.

Please login to write comment.