Color Hex Logo

#efcf0b Color Hex

#EFCF0B
(239,207,11)
0 Favorites   0 Comments

Color spaces of #efcf0b

RGB 23920711
HSL0.140.910.49
HSV52°95°94°
CMYK 0.000.130.95   0.06
XYZ57.969863.00059.4216
Yxy63.00050.44460.4832
Hunter Lab79.3729-8.535448.5232
CIE-Lab83.4426-4.607482.9919

#efcf0b color RGB value is (239,207,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 00001011
Octal 357 317 13
Decimal 239 207 11
Hex EF CF B

RGB Percentages of Color #efcf0b

%52.30
%45.30
%2.41

CMYK Percentages of Color #efcf0b

%0
%13
%95
%6

Triadic Colors of #efcf0b

#efcf0b #0befcf #cf0bef

Analogous Colors of #efcf0b

#efcf0b #9def0b #ef5d0b

Monochromatic Colors of #efcf0b

#efcf0b

Complementary Color

#efcf0b #0b2bef

#efcf0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcf0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcf0b Color CSS Codes

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

#efcf0b Text Font Color

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

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


#efcf0b Background Color

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

This div background color is #efcf0b


#efcf0b Border Color

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

This div border color is #efcf0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,207,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 #efcf0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcf0b


Comments

No comments written yet.

Please login to write comment.