Color Hex Logo

#efb258 Color Hex

#EFB258
(239,178,88)
0 Favorites   0 Comments

Color spaces of #efb258

RGB 23917888
HSL0.100.830.64
HSV36°63°94°
CMYK 0.000.260.63   0.06
XYZ53.278450.896116.2484
Yxy50.89610.44240.4226
Hunter Lab71.34158.457636.4354
CIE-Lab76.616013.055953.5996

#efb258 color RGB value is (239,178,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 01011000
Octal 357 262 130
Decimal 239 178 88
Hex EF B2 58

RGB Percentages of Color #efb258

%47.33
%35.25
%17.43

CMYK Percentages of Color #efb258

%0
%26
%63
%6

Triadic Colors of #efb258

#efb258 #58efb2 #b258ef

Analogous Colors of #efb258

#efb258 #e1ef58 #ef6758

Monochromatic Colors of #efb258

#efb258

Complementary Color

#efb258 #5895ef

#efb258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb258 Color CSS Codes

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

#efb258 Text Font Color

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

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


#efb258 Background Color

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

This div background color is #efb258


#efb258 Border Color

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

This div border color is #efb258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb258


Comments

No comments written yet.

Please login to write comment.