Color Hex Logo

#efcc5f Color Hex

#EFCC5F
(239,204,95)
0 Favorites   0 Comments

Color spaces of #efcc5f

RGB 23920495
HSL0.130.820.65
HSV45°60°94°
CMYK 0.000.150.60   0.06
XYZ59.255062.362719.7406
Yxy62.36270.41920.4412
Hunter Lab78.9701-4.260540.4580
CIE-Lab83.1059-0.045357.6765

#efcc5f color RGB value is (239,204,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 01011111
Octal 357 314 137
Decimal 239 204 95
Hex EF CC 5F

RGB Percentages of Color #efcc5f

%44.42
%37.92
%17.66

CMYK Percentages of Color #efcc5f

%0
%15
%60
%6

Triadic Colors of #efcc5f

#efcc5f #5fefcc #cc5fef

Analogous Colors of #efcc5f

#efcc5f #caef5f #ef845f

Monochromatic Colors of #efcc5f

#efcc5f

Complementary Color

#efcc5f #5f82ef

#efcc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcc5f Color CSS Codes

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

#efcc5f Text Font Color

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

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


#efcc5f Background Color

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

This div background color is #efcc5f


#efcc5f Border Color

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

This div border color is #efcc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcc5f


Comments

No comments written yet.

Please login to write comment.