Color Hex Logo

#efce0f Color Hex

#EFCE0F
(239,206,15)
0 Favorites   0 Comments

Color spaces of #efce0f

RGB 23920615
HSL0.140.880.50
HSV51°94°94°
CMYK 0.000.140.94   0.06
XYZ57.754162.52789.4770
Yxy62.52780.44510.4819
Hunter Lab79.0745-8.008448.2463
CIE-Lab83.1933-4.059382.3890

#efce0f color RGB value is (239,206,15).

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

The process color (four color CMYK) of #efce0f color hex is 0.00, 0.14, 0.94, 0.06. Web safe color of #efce0f is #ffcc00. Color #efce0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 00001111
Octal 357 316 17
Decimal 239 206 15
Hex EF CE F

RGB Percentages of Color #efce0f

%51.96
%44.78
%3.26

CMYK Percentages of Color #efce0f

%0
%14
%94
%6

Triadic Colors of #efce0f

#efce0f #0fefce #ce0fef

Analogous Colors of #efce0f

#efce0f #a0ef0f #ef5e0f

Monochromatic Colors of #efce0f

#efce0f

Complementary Color

#efce0f #0f30ef

#efce0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efce0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efce0f Color CSS Codes

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

#efce0f Text Font Color

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

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


#efce0f Background Color

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

This div background color is #efce0f


#efce0f Border Color

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

This div border color is #efce0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efce0f


Comments

No comments written yet.

Please login to write comment.