Color Hex Logo

#efbb69 Color Hex

#EFBB69
(239,187,105)
0 Favorites   0 Comments

Color spaces of #efbb69

RGB 239187105
HSL0.100.810.67
HSV37°56°94°
CMYK 0.000.220.56   0.06
XYZ55.916754.911321.0164
Yxy54.91130.42410.4165
Hunter Lab74.10225.015435.0560
CIE-Lab78.99019.518248.1926

#efbb69 color RGB value is (239,187,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 01101001
Octal 357 273 151
Decimal 239 187 105
Hex EF BB 69

RGB Percentages of Color #efbb69

%45.01
%35.22
%19.77

CMYK Percentages of Color #efbb69

%0
%22
%56
%6

Triadic Colors of #efbb69

#efbb69 #69efbb #bb69ef

Analogous Colors of #efbb69

#efbb69 #e0ef69 #ef7869

Monochromatic Colors of #efbb69

#efbb69

Complementary Color

#efbb69 #699def

#efbb69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbb69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbb69 Color CSS Codes

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

#efbb69 Text Font Color

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

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


#efbb69 Background Color

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

This div background color is #efbb69


#efbb69 Border Color

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

This div border color is #efbb69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbb69


Comments

No comments written yet.

Please login to write comment.