Color Hex Logo

#efb274 Color Hex

#EFB274
(239,178,116)
0 Favorites   0 Comments

Color spaces of #efb274

RGB 239178116
HSL0.080.790.70
HSV30°51°94°
CMYK 0.000.260.51   0.06
XYZ54.669451.452523.5729
Yxy51.45250.42150.3967
Hunter Lab71.730410.515830.7267
CIE-Lab76.952315.163540.1705

#efb274 color RGB value is (239,178,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 01110100
Octal 357 262 164
Decimal 239 178 116
Hex EF B2 74

RGB Percentages of Color #efb274

%44.84
%33.40
%21.76

CMYK Percentages of Color #efb274

%0
%26
%51
%6

Triadic Colors of #efb274

#efb274 #74efb2 #b274ef

Analogous Colors of #efb274

#efb274 #efef74 #ef7574

Monochromatic Colors of #efb274

#efb274

Complementary Color

#efb274 #74b1ef

#efb274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb274 Color CSS Codes

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

#efb274 Text Font Color

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

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


#efb274 Background Color

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

This div background color is #efb274


#efb274 Border Color

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

This div border color is #efb274


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,178,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 #efb274">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb274


Comments

No comments written yet.

Please login to write comment.