Color Hex Logo

#efc354 Color Hex

#EFC354
(239,195,84)
0 Favorites   0 Comments

Color spaces of #efc354

RGB 23919584
HSL0.120.830.63
HSV43°65°94°
CMYK 0.000.180.65   0.06
XYZ56.711958.021016.5976
Yxy58.02100.43180.4418
Hunter Lab76.1715-0.401740.4009
CIE-Lab80.75053.907459.9733

#efc354 color RGB value is (239,195,84).

#efc354 hex color red value is 239, green value is 195 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #efc354 hue: 0.12 , saturation: 0.83 and the lightness value of efc354 is 0.63.

The process color (four color CMYK) of #efc354 color hex is 0.00, 0.18, 0.65, 0.06. Web safe color of #efc354 is #ffcc66. Color #efc354 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 01010100
Octal 357 303 124
Decimal 239 195 84
Hex EF C3 54

RGB Percentages of Color #efc354

%46.14
%37.64
%16.22

CMYK Percentages of Color #efc354

%0
%18
%65
%6

Triadic Colors of #efc354

#efc354 #54efc3 #c354ef

Analogous Colors of #efc354

#efc354 #ceef54 #ef7654

Monochromatic Colors of #efc354

#efc354

Complementary Color

#efc354 #5480ef

#efc354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc354 Color CSS Codes

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

#efc354 Text Font Color

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

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


#efc354 Background Color

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

This div background color is #efc354


#efc354 Border Color

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

This div border color is #efc354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc354


Comments

No comments written yet.

Please login to write comment.