Color Hex Logo

#efb260 Color Hex

#EFB260
(239,178,96)
0 Favorites   0 Comments

Color spaces of #efb260

RGB 23917896
HSL0.100.820.66
HSV34°60°94°
CMYK 0.000.260.60   0.06
XYZ53.628351.036018.0908
Yxy51.03600.43690.4158
Hunter Lab71.43958.977634.9935
CIE-Lab76.700813.591049.8788

#efb260 color RGB value is (239,178,96).

#efb260 hex color red value is 239, green value is 178 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #efb260 hue: 0.10 , saturation: 0.82 and the lightness value of efb260 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 01100000
Octal 357 262 140
Decimal 239 178 96
Hex EF B2 60

RGB Percentages of Color #efb260

%46.59
%34.70
%18.71

CMYK Percentages of Color #efb260

%0
%26
%60
%6

Triadic Colors of #efb260

#efb260 #60efb2 #b260ef

Analogous Colors of #efb260

#efb260 #e5ef60 #ef6b60

Monochromatic Colors of #efb260

#efb260

Complementary Color

#efb260 #609def

#efb260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb260 Color CSS Codes

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

#efb260 Text Font Color

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

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


#efb260 Background Color

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

This div background color is #efb260


#efb260 Border Color

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

This div border color is #efb260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb260


Comments

No comments written yet.

Please login to write comment.