Color Hex Logo

#efb058 Color Hex

#EFB058
(239,176,88)
0 Favorites   0 Comments

Color spaces of #efb058

RGB 23917688
HSL0.100.830.64
HSV35°63°94°
CMYK 0.000.260.63   0.06
XYZ52.883450.106016.1167
Yxy50.10600.44400.4207
Hunter Lab70.78569.481336.0506
CIE-Lab76.134314.111053.0563

#efb058 color RGB value is (239,176,88).

#efb058 hex color red value is 239, green value is 176 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #efb058 hue: 0.10 , saturation: 0.83 and the lightness value of efb058 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 01011000
Octal 357 260 130
Decimal 239 176 88
Hex EF B0 58

RGB Percentages of Color #efb058

%47.51
%34.99
%17.50

CMYK Percentages of Color #efb058

%0
%26
%63
%6

Triadic Colors of #efb058

#efb058 #58efb0 #b058ef

Analogous Colors of #efb058

#efb058 #e3ef58 #ef6558

Monochromatic Colors of #efb058

#efb058

Complementary Color

#efb058 #5897ef

#efb058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb058 Color CSS Codes

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

#efb058 Text Font Color

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

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


#efb058 Background Color

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

This div background color is #efb058


#efb058 Border Color

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

This div border color is #efb058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb058


Comments

No comments written yet.

Please login to write comment.