Color Hex Logo

#efbb0c Color Hex

#EFBB0C
(239,187,12)
0 Favorites   0 Comments

Color spaces of #efbb0c

RGB 23918712
HSL0.130.900.49
HSV46°95°94°
CMYK 0.000.220.95   0.06
XYZ53.433353.91797.9388
Yxy53.91790.46350.4677
Hunter Lab73.42881.392044.9900
CIE-Lab78.41385.705979.2296

#efbb0c color RGB value is (239,187,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 00001100
Octal 357 273 14
Decimal 239 187 12
Hex EF BB C

RGB Percentages of Color #efbb0c

%54.57
%42.69
%2.74

CMYK Percentages of Color #efbb0c

%0
%22
%95
%6

Triadic Colors of #efbb0c

#efbb0c #0cefbb #bb0cef

Analogous Colors of #efbb0c

#efbb0c #b2ef0c #ef4a0c

Monochromatic Colors of #efbb0c

#efbb0c

Complementary Color

#efbb0c #0c40ef

#efbb0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbb0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbb0c Color CSS Codes

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

#efbb0c Text Font Color

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

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


#efbb0c Background Color

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

This div background color is #efbb0c


#efbb0c Border Color

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

This div border color is #efbb0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbb0c


Comments

No comments written yet.

Please login to write comment.