Color Hex Logo

#efbb90 Color Hex

#EFBB90
(239,187,144)
0 Favorites   0 Comments

Color spaces of #efbb90

RGB 239187144
HSL0.080.750.75
HSV27°40°94°
CMYK 0.000.220.40   0.06
XYZ58.401055.905034.0982
Yxy55.90500.39350.3767
Hunter Lab74.76968.575725.2999
CIE-Lab79.559713.178128.9412

#efbb90 color RGB value is (239,187,144).

#efbb90 hex color red value is 239, green value is 187 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #efbb90 hue: 0.08 , saturation: 0.75 and the lightness value of efbb90 is 0.75.

The process color (four color CMYK) of #efbb90 color hex is 0.00, 0.22, 0.40, 0.06. Web safe color of #efbb90 is #ffcc99. Color #efbb90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 10010000
Octal 357 273 220
Decimal 239 187 144
Hex EF BB 90

RGB Percentages of Color #efbb90

%41.93
%32.81
%25.26

CMYK Percentages of Color #efbb90

%0
%22
%40
%6

Triadic Colors of #efbb90

#efbb90 #90efbb #bb90ef

Analogous Colors of #efbb90

#efbb90 #efeb90 #ef9095

Monochromatic Colors of #efbb90

#efbb90

Complementary Color

#efbb90 #90c4ef

#efbb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbb90 Color CSS Codes

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

#efbb90 Text Font Color

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

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


#efbb90 Background Color

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

This div background color is #efbb90


#efbb90 Border Color

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

This div border color is #efbb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbb90


Comments

No comments written yet.

Please login to write comment.