Color Hex Logo

#efbb65 Color Hex

#EFBB65
(239,187,101)
0 Favorites   0 Comments

Color spaces of #efbb65

RGB 239187101
HSL0.100.810.67
HSV37°58°94°
CMYK 0.000.220.58   0.06
XYZ55.715954.831019.9588
Yxy54.83100.42690.4201
Hunter Lab74.04804.724835.8526
CIE-Lab78.94389.215850.0850

#efbb65 color RGB value is (239,187,101).

#efbb65 hex color red value is 239, green value is 187 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #efbb65 hue: 0.10 , saturation: 0.81 and the lightness value of efbb65 is 0.67.

The process color (four color CMYK) of #efbb65 color hex is 0.00, 0.22, 0.58, 0.06. Web safe color of #efbb65 is #ffcc66. Color #efbb65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 01100101
Octal 357 273 145
Decimal 239 187 101
Hex EF BB 65

RGB Percentages of Color #efbb65

%45.35
%35.48
%19.17

CMYK Percentages of Color #efbb65

%0
%22
%58
%6

Triadic Colors of #efbb65

#efbb65 #65efbb #bb65ef

Analogous Colors of #efbb65

#efbb65 #deef65 #ef7665

Monochromatic Colors of #efbb65

#efbb65

Complementary Color

#efbb65 #6599ef

#efbb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbb65 Color CSS Codes

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

#efbb65 Text Font Color

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

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


#efbb65 Background Color

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

This div background color is #efbb65


#efbb65 Border Color

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

This div border color is #efbb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbb65


Comments

No comments written yet.

Please login to write comment.