Color Hex Logo

#efbf66 Color Hex

#EFBF66
(239,191,102)
0 Favorites   0 Comments

Color spaces of #efbf66

RGB 239191102
HSL0.110.810.67
HSV39°57°94°
CMYK 0.000.200.57   0.06
XYZ56.625756.571620.5053
Yxy56.57160.42350.4231
Hunter Lab75.21412.760936.4859
CIE-Lab79.93807.195850.7715

#efbf66 color RGB value is (239,191,102).

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

The process color (four color CMYK) of #efbf66 color hex is 0.00, 0.20, 0.57, 0.06. Web safe color of #efbf66 is #ffcc66. Color #efbf66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 01100110
Octal 357 277 146
Decimal 239 191 102
Hex EF BF 66

RGB Percentages of Color #efbf66

%44.92
%35.90
%19.17

CMYK Percentages of Color #efbf66

%0
%20
%57
%6

Triadic Colors of #efbf66

#efbf66 #66efbf #bf66ef

Analogous Colors of #efbf66

#efbf66 #dbef66 #ef7b66

Monochromatic Colors of #efbf66

#efbf66

Complementary Color

#efbf66 #6696ef

#efbf66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbf66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbf66 Color CSS Codes

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

#efbf66 Text Font Color

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

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


#efbf66 Background Color

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

This div background color is #efbf66


#efbf66 Border Color

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

This div border color is #efbf66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbf66


Comments

No comments written yet.

Please login to write comment.