Color Hex Logo

#efc01b Color Hex

#EFC01B
(239,192,27)
0 Favorites   0 Comments

Color spaces of #efc01b

RGB 23919227
HSL0.130.870.52
HSV47°89°94°
CMYK 0.000.200.89   0.06
XYZ54.644156.12918.9909
Yxy56.12910.45630.4687
Hunter Lab74.9194-0.915945.3283
CIE-Lab79.68723.310877.8861

#efc01b color RGB value is (239,192,27).

#efc01b hex color red value is 239, green value is 192 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #efc01b hue: 0.13 , saturation: 0.87 and the lightness value of efc01b is 0.52.

The process color (four color CMYK) of #efc01b color hex is 0.00, 0.20, 0.89, 0.06. Web safe color of #efc01b is #ffcc33. Color #efc01b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 00011011
Octal 357 300 33
Decimal 239 192 27
Hex EF C0 1B

RGB Percentages of Color #efc01b

%52.18
%41.92
%5.90

CMYK Percentages of Color #efc01b

%0
%20
%89
%6

Triadic Colors of #efc01b

#efc01b #1befc0 #c01bef

Analogous Colors of #efc01b

#efc01b #b4ef1b #ef561b

Monochromatic Colors of #efc01b

#efc01b

Complementary Color

#efc01b #1b4aef

#efc01b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc01b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc01b Color CSS Codes

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

#efc01b Text Font Color

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

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


#efc01b Background Color

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

This div background color is #efc01b


#efc01b Border Color

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

This div border color is #efc01b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc01b


Comments

No comments written yet.

Please login to write comment.