Color Hex Logo

#efb874 Color Hex

#EFB874
(239,184,116)
0 Favorites   0 Comments

Color spaces of #efb874

RGB 239184116
HSL0.090.790.70
HSV33°51°94°
CMYK 0.000.230.51   0.06
XYZ55.889553.892723.9796
Yxy53.89270.41780.4029
Hunter Lab73.41167.424632.0213
CIE-Lab78.399111.997841.9783

#efb874 color RGB value is (239,184,116).

#efb874 hex color red value is 239, green value is 184 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #efb874 hue: 0.09 , saturation: 0.79 and the lightness value of efb874 is 0.70.

The process color (four color CMYK) of #efb874 color hex is 0.00, 0.23, 0.51, 0.06. Web safe color of #efb874 is #ffcc66. Color #efb874 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111000 01110100
Octal 357 270 164
Decimal 239 184 116
Hex EF B8 74

RGB Percentages of Color #efb874

%44.34
%34.14
%21.52

CMYK Percentages of Color #efb874

%0
%23
%51
%6

Triadic Colors of #efb874

#efb874 #74efb8 #b874ef

Analogous Colors of #efb874

#efb874 #e9ef74 #ef7b74

Monochromatic Colors of #efb874

#efb874

Complementary Color

#efb874 #74abef

#efb874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb874 Color CSS Codes

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

#efb874 Text Font Color

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

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


#efb874 Background Color

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

This div background color is #efb874


#efb874 Border Color

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

This div border color is #efb874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb874


Comments

No comments written yet.

Please login to write comment.