Color Hex Logo

#efa57b Color Hex

#EFA57B
(239,165,123)
0 Favorites   0 Comments

Color spaces of #efa57b

RGB 239165123
HSL0.060.780.71
HSV22°49°94°
CMYK 0.000.310.49   0.06
XYZ52.626946.691024.9774
Yxy46.69100.42340.3756
Hunter Lab68.330817.897926.1589
CIE-Lab73.991722.680432.7268

#efa57b color RGB value is (239,165,123).

#efa57b hex color red value is 239, green value is 165 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #efa57b hue: 0.06 , saturation: 0.78 and the lightness value of efa57b is 0.71.

The process color (four color CMYK) of #efa57b color hex is 0.00, 0.31, 0.49, 0.06. Web safe color of #efa57b is #ff9966. Color #efa57b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 01111011
Octal 357 245 173
Decimal 239 165 123
Hex EF A5 7B

RGB Percentages of Color #efa57b

%45.35
%31.31
%23.34

CMYK Percentages of Color #efa57b

%0
%31
%49
%6

Triadic Colors of #efa57b

#efa57b #7befa5 #a57bef

Analogous Colors of #efa57b

#efa57b #efdf7b #ef7b8b

Monochromatic Colors of #efa57b

#efa57b

Complementary Color

#efa57b #7bc5ef

#efa57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa57b Color CSS Codes

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

#efa57b Text Font Color

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

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


#efa57b Background Color

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

This div background color is #efa57b


#efa57b Border Color

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

This div border color is #efa57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa57b


Comments

No comments written yet.

Please login to write comment.