Color Hex Logo

#efb470 Color Hex

#EFB470
(239,180,112)
0 Favorites   0 Comments

Color spaces of #efb470

RGB 239180112
HSL0.090.800.69
HSV32°53°94°
CMYK 0.000.250.53   0.06
XYZ54.842552.163122.5072
Yxy52.16310.42350.4028
Hunter Lab72.22409.149932.0803
CIE-Lab77.378313.765842.7427

#efb470 color RGB value is (239,180,112).

#efb470 hex color red value is 239, green value is 180 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #efb470 hue: 0.09 , saturation: 0.80 and the lightness value of efb470 is 0.69.

The process color (four color CMYK) of #efb470 color hex is 0.00, 0.25, 0.53, 0.06. Web safe color of #efb470 is #ffcc66. Color #efb470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 01110000
Octal 357 264 160
Decimal 239 180 112
Hex EF B4 70

RGB Percentages of Color #efb470

%45.01
%33.90
%21.09

CMYK Percentages of Color #efb470

%0
%25
%53
%6

Triadic Colors of #efb470

#efb470 #70efb4 #b470ef

Analogous Colors of #efb470

#efb470 #ebef70 #ef7570

Monochromatic Colors of #efb470

#efb470

Complementary Color

#efb470 #70abef

#efb470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb470 Color CSS Codes

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

#efb470 Text Font Color

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

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


#efb470 Background Color

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

This div background color is #efb470


#efb470 Border Color

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

This div border color is #efb470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb470


Comments

No comments written yet.

Please login to write comment.