Color Hex Logo

#efbc9b Color Hex

#EFBC9B
(239,188,155)
0 Favorites   0 Comments

Color spaces of #efbc9b

RGB 239188155
HSL0.070.720.77
HSV24°35°94°
CMYK 0.000.210.35   0.06
XYZ59.496256.683738.8156
Yxy56.68370.38390.3657
Hunter Lab75.28869.303222.1346
CIE-Lab80.001413.915223.7079

#efbc9b color RGB value is (239,188,155).

#efbc9b hex color red value is 239, green value is 188 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #efbc9b hue: 0.07 , saturation: 0.72 and the lightness value of efbc9b is 0.77.

The process color (four color CMYK) of #efbc9b color hex is 0.00, 0.21, 0.35, 0.06. Web safe color of #efbc9b is #ffcc99. Color #efbc9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 10011011
Octal 357 274 233
Decimal 239 188 155
Hex EF BC 9B

RGB Percentages of Color #efbc9b

%41.07
%32.30
%26.63

CMYK Percentages of Color #efbc9b

%0
%21
%35
%6

Triadic Colors of #efbc9b

#efbc9b #9befbc #bc9bef

Analogous Colors of #efbc9b

#efbc9b #efe69b #ef9ba4

Monochromatic Colors of #efbc9b

#efbc9b

Complementary Color

#efbc9b #9bceef

#efbc9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbc9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbc9b Color CSS Codes

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

#efbc9b Text Font Color

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

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


#efbc9b Background Color

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

This div background color is #efbc9b


#efbc9b Border Color

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

This div border color is #efbc9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbc9b

#efbc9b Color Palettes


Comments

No comments written yet.

Please login to write comment.