Color Hex Logo

#efa52d Color Hex

#EFA52D
(239,165,45)
0 Favorites   0 Comments

Color spaces of #efa52d

RGB 23916545
HSL0.100.860.56
HSV37°81°94°
CMYK 0.000.310.81   0.06
XYZ49.525445.45058.6452
Yxy45.45050.47790.4386
Hunter Lab67.417013.148739.5889
CIE-Lab73.187517.917167.8106

#efa52d color RGB value is (239,165,45).

#efa52d hex color red value is 239, green value is 165 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #efa52d hue: 0.10 , saturation: 0.86 and the lightness value of efa52d is 0.56.

The process color (four color CMYK) of #efa52d color hex is 0.00, 0.31, 0.81, 0.06. Web safe color of #efa52d is #ff9933. Color #efa52d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 00101101
Octal 357 245 55
Decimal 239 165 45
Hex EF A5 2D

RGB Percentages of Color #efa52d

%53.23
%36.75
%10.02

CMYK Percentages of Color #efa52d

%0
%31
%81
%6

Triadic Colors of #efa52d

#efa52d #2defa5 #a52def

Analogous Colors of #efa52d

#efa52d #d8ef2d #ef442d

Monochromatic Colors of #efa52d

#efa52d

Complementary Color

#efa52d #2d77ef

#efa52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa52d Color CSS Codes

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

#efa52d Text Font Color

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

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


#efa52d Background Color

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

This div background color is #efa52d


#efa52d Border Color

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

This div border color is #efa52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa52d


Comments

No comments written yet.

Please login to write comment.