Color Hex Logo

#efa450 Color Hex

#EFA450
(239,164,80)
0 Favorites   0 Comments

Color spaces of #efa450

RGB 23916480
HSL0.090.830.63
HSV32°67°94°
CMYK 0.000.310.67   0.06
XYZ50.320045.480813.7159
Yxy45.48080.45950.4153
Hunter Lab67.439515.168935.1492
CIE-Lab73.207419.972153.5480

#efa450 color RGB value is (239,164,80).

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

The process color (four color CMYK) of #efa450 color hex is 0.00, 0.31, 0.67, 0.06. Web safe color of #efa450 is #ff9966. Color #efa450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 01010000
Octal 357 244 120
Decimal 239 164 80
Hex EF A4 50

RGB Percentages of Color #efa450

%49.48
%33.95
%16.56

CMYK Percentages of Color #efa450

%0
%31
%67
%6

Triadic Colors of #efa450

#efa450 #50efa4 #a450ef

Analogous Colors of #efa450

#efa450 #ebef50 #ef5550

Monochromatic Colors of #efa450

#efa450

Complementary Color

#efa450 #509bef

#efa450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa450 Color CSS Codes

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

#efa450 Text Font Color

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

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


#efa450 Background Color

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

This div background color is #efa450


#efa450 Border Color

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

This div border color is #efa450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa450


Comments

No comments written yet.

Please login to write comment.