Color Hex Logo

#efb155 Color Hex

#EFB155
(239,177,85)
0 Favorites   0 Comments

Color spaces of #efb155

RGB 23917785
HSL0.100.830.64
HSV36°64°94°
CMYK 0.000.260.64   0.06
XYZ52.958450.450915.5411
Yxy50.45090.44520.4241
Hunter Lab71.02888.787536.7475
CIE-Lab76.345213.396254.6948

#efb155 color RGB value is (239,177,85).

#efb155 hex color red value is 239, green value is 177 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #efb155 hue: 0.10 , saturation: 0.83 and the lightness value of efb155 is 0.64.

The process color (four color CMYK) of #efb155 color hex is 0.00, 0.26, 0.64, 0.06. Web safe color of #efb155 is #ff9966. Color #efb155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 01010101
Octal 357 261 125
Decimal 239 177 85
Hex EF B1 55

RGB Percentages of Color #efb155

%47.70
%35.33
%16.97

CMYK Percentages of Color #efb155

%0
%26
%64
%6

Triadic Colors of #efb155

#efb155 #55efb1 #b155ef

Analogous Colors of #efb155

#efb155 #e0ef55 #ef6455

Monochromatic Colors of #efb155

#efb155

Complementary Color

#efb155 #5593ef

#efb155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb155 Color CSS Codes

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

#efb155 Text Font Color

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

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


#efb155 Background Color

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

This div background color is #efb155


#efb155 Border Color

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

This div border color is #efb155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb155


Comments

No comments written yet.

Please login to write comment.