Color Hex Logo

#efb291 Color Hex

#EFB291
(239,178,145)
0 Favorites   0 Comments

Color spaces of #efb291

RGB 239178145
HSL0.060.750.75
HSV21°39°94°
CMYK 0.000.260.39   0.06
XYZ56.627852.235833.8860
Yxy52.23580.39670.3659
Hunter Lab72.274313.376822.7938
CIE-Lab77.421618.047625.5372

#efb291 color RGB value is (239,178,145).

#efb291 hex color red value is 239, green value is 178 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #efb291 hue: 0.06 , saturation: 0.75 and the lightness value of efb291 is 0.75.

The process color (four color CMYK) of #efb291 color hex is 0.00, 0.26, 0.39, 0.06. Web safe color of #efb291 is #ff9999. Color #efb291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 10010001
Octal 357 262 221
Decimal 239 178 145
Hex EF B2 91

RGB Percentages of Color #efb291

%42.53
%31.67
%25.80

CMYK Percentages of Color #efb291

%0
%26
%39
%6

Triadic Colors of #efb291

#efb291 #91efb2 #b291ef

Analogous Colors of #efb291

#efb291 #efe191 #ef919f

Monochromatic Colors of #efb291

#efb291

Complementary Color

#efb291 #91ceef

#efb291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb291 Color CSS Codes

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

#efb291 Text Font Color

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

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


#efb291 Background Color

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

This div background color is #efb291


#efb291 Border Color

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

This div border color is #efb291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb291


Comments

No comments written yet.

Please login to write comment.