Color Hex Logo

#efce1f Color Hex

#EFCE1F
(239,206,31)
0 Favorites   0 Comments

Color spaces of #efce1f

RGB 23920631
HSL0.140.870.53
HSV50°87°94°
CMYK 0.000.140.87   0.06
XYZ57.915262.592310.3254
Yxy62.59230.44270.4784
Hunter Lab79.1153-7.783447.6427
CIE-Lab83.2274-3.812879.8781

#efce1f color RGB value is (239,206,31).

#efce1f hex color red value is 239, green value is 206 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #efce1f hue: 0.14 , saturation: 0.87 and the lightness value of efce1f is 0.53.

The process color (four color CMYK) of #efce1f color hex is 0.00, 0.14, 0.87, 0.06. Web safe color of #efce1f is #ffcc33. Color #efce1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 00011111
Octal 357 316 37
Decimal 239 206 31
Hex EF CE 1F

RGB Percentages of Color #efce1f

%50.21
%43.28
%6.51

CMYK Percentages of Color #efce1f

%0
%14
%87
%6

Triadic Colors of #efce1f

#efce1f #1fefce #ce1fef

Analogous Colors of #efce1f

#efce1f #a8ef1f #ef661f

Monochromatic Colors of #efce1f

#efce1f

Complementary Color

#efce1f #1f40ef

#efce1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efce1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efce1f Color CSS Codes

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

#efce1f Text Font Color

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

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


#efce1f Background Color

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

This div background color is #efce1f


#efce1f Border Color

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

This div border color is #efce1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efce1f


Comments

No comments written yet.

Please login to write comment.