Color Hex Logo

#efb65c Color Hex

#EFB65C
(239,182,92)
0 Favorites   0 Comments

Color spaces of #efb65c

RGB 23918292
HSL0.100.820.65
HSV37°62°94°
CMYK 0.000.240.62   0.06
XYZ54.256352.579317.4144
Yxy52.57930.43670.4232
Hunter Lab72.51166.666136.5190
CIE-Lab77.626011.209852.8616

#efb65c color RGB value is (239,182,92).

#efb65c hex color red value is 239, green value is 182 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #efb65c hue: 0.10 , saturation: 0.82 and the lightness value of efb65c is 0.65.

The process color (four color CMYK) of #efb65c color hex is 0.00, 0.24, 0.62, 0.06. Web safe color of #efb65c is #ffcc66. Color #efb65c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110110 01011100
Octal 357 266 134
Decimal 239 182 92
Hex EF B6 5C

RGB Percentages of Color #efb65c

%46.59
%35.48
%17.93

CMYK Percentages of Color #efb65c

%0
%24
%62
%6

Triadic Colors of #efb65c

#efb65c #5cefb6 #b65cef

Analogous Colors of #efb65c

#efb65c #dfef5c #ef6d5c

Monochromatic Colors of #efb65c

#efb65c

Complementary Color

#efb65c #5c95ef

#efb65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb65c Color CSS Codes

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

#efb65c Text Font Color

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

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


#efb65c Background Color

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

This div background color is #efb65c


#efb65c Border Color

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

This div border color is #efb65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb65c


Comments

No comments written yet.

Please login to write comment.