Color Hex Logo

#efc542 Color Hex

#EFC542
(239,197,66)
0 Favorites   0 Comments

Color spaces of #efc542

RGB 23919766
HSL0.130.840.60
HSV45°72°94°
CMYK 0.000.180.72   0.06
XYZ56.546258.676613.4997
Yxy58.67660.43930.4558
Hunter Lab76.6007-2.283443.1715
CIE-Lab81.11351.932267.7089

#efc542 color RGB value is (239,197,66).

#efc542 hex color red value is 239, green value is 197 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #efc542 hue: 0.13 , saturation: 0.84 and the lightness value of efc542 is 0.60.

The process color (four color CMYK) of #efc542 color hex is 0.00, 0.18, 0.72, 0.06. Web safe color of #efc542 is #ffcc33. Color #efc542 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 01000010
Octal 357 305 102
Decimal 239 197 66
Hex EF C5 42

RGB Percentages of Color #efc542

%47.61
%39.24
%13.15

CMYK Percentages of Color #efc542

%0
%18
%72
%6

Triadic Colors of #efc542

#efc542 #42efc5 #c542ef

Analogous Colors of #efc542

#efc542 #c3ef42 #ef6f42

Monochromatic Colors of #efc542

#efc542

Complementary Color

#efc542 #426cef

#efc542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc542 Color CSS Codes

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

#efc542 Text Font Color

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

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


#efc542 Background Color

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

This div background color is #efc542


#efc542 Border Color

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

This div border color is #efc542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc542


Comments

No comments written yet.

Please login to write comment.