Color Hex Logo

#efae1c Color Hex

#EFAE1C
(239,174,28)
0 Favorites   0 Comments

Color spaces of #efae1c

RGB 23917428
HSL0.120.870.52
HSV42°88°94°
CMYK 0.000.270.88   0.06
XYZ50.942348.70677.8150
Yxy48.70670.47400.4532
Hunter Lab69.79028.160642.2139
CIE-Lab75.268512.748474.2432

#efae1c color RGB value is (239,174,28).

#efae1c hex color red value is 239, green value is 174 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #efae1c hue: 0.12 , saturation: 0.87 and the lightness value of efae1c is 0.52.

The process color (four color CMYK) of #efae1c color hex is 0.00, 0.27, 0.88, 0.06. Web safe color of #efae1c is #ff9933. Color #efae1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 00011100
Octal 357 256 34
Decimal 239 174 28
Hex EF AE 1C

RGB Percentages of Color #efae1c

%54.20
%39.46
%6.35

CMYK Percentages of Color #efae1c

%0
%27
%88
%6

Triadic Colors of #efae1c

#efae1c #1cefae #ae1cef

Analogous Colors of #efae1c

#efae1c #c7ef1c #ef441c

Monochromatic Colors of #efae1c

#efae1c

Complementary Color

#efae1c #1c5def

#efae1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efae1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efae1c Color CSS Codes

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

#efae1c Text Font Color

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

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


#efae1c Background Color

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

This div background color is #efae1c


#efae1c Border Color

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

This div border color is #efae1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efae1c


Comments

No comments written yet.

Please login to write comment.