Color Hex Logo

#efb25e Color Hex

#EFB25E
(239,178,94)
0 Favorites   0 Comments

Color spaces of #efb25e

RGB 23917894
HSL0.100.820.65
HSV35°61°94°
CMYK 0.000.260.61   0.06
XYZ53.537450.999717.6119
Yxy50.99970.43830.4175
Hunter Lab71.41418.842535.3680
CIE-Lab76.678813.452250.8198

#efb25e color RGB value is (239,178,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 01011110
Octal 357 262 136
Decimal 239 178 94
Hex EF B2 5E

RGB Percentages of Color #efb25e

%46.77
%34.83
%18.40

CMYK Percentages of Color #efb25e

%0
%26
%61
%6

Triadic Colors of #efb25e

#efb25e #5eefb2 #b25eef

Analogous Colors of #efb25e

#efb25e #e4ef5e #ef6a5e

Monochromatic Colors of #efb25e

#efb25e

Complementary Color

#efb25e #5e9bef

#efb25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb25e Color CSS Codes

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

#efb25e Text Font Color

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

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


#efb25e Background Color

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

This div background color is #efb25e


#efb25e Border Color

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

This div border color is #efb25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb25e


Comments

No comments written yet.

Please login to write comment.