Color Hex Logo

#efc25f Color Hex

#EFC25F
(239,194,95)
0 Favorites   0 Comments

Color spaces of #efc25f

RGB 23919495
HSL0.110.820.65
HSV41°60°94°
CMYK 0.000.190.60   0.06
XYZ56.953957.760518.9736
Yxy57.76050.42600.4321
Hunter Lab76.00030.765638.3984
CIE-Lab80.60555.130354.8508

#efc25f color RGB value is (239,194,95).

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

The process color (four color CMYK) of #efc25f color hex is 0.00, 0.19, 0.60, 0.06. Web safe color of #efc25f is #ffcc66. Color #efc25f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 01011111
Octal 357 302 137
Decimal 239 194 95
Hex EF C2 5F

RGB Percentages of Color #efc25f

%45.27
%36.74
%17.99

CMYK Percentages of Color #efc25f

%0
%19
%60
%6

Triadic Colors of #efc25f

#efc25f #5fefc2 #c25fef

Analogous Colors of #efc25f

#efc25f #d4ef5f #ef7a5f

Monochromatic Colors of #efc25f

#efc25f

Complementary Color

#efc25f #5f8cef

#efc25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc25f Color CSS Codes

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

#efc25f Text Font Color

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

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


#efc25f Background Color

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

This div background color is #efc25f


#efc25f Border Color

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

This div border color is #efc25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc25f


Comments

No comments written yet.

Please login to write comment.