Color Hex Logo

#efa92d Color Hex

#EFA92D
(239,169,45)
0 Favorites   0 Comments

Color spaces of #efa92d

RGB 23916945
HSL0.110.860.56
HSV38°81°94°
CMYK 0.000.290.81   0.06
XYZ50.258246.91618.8894
Yxy46.91610.47380.4423
Hunter Lab68.495311.106940.2520
CIE-Lab74.136115.803368.6441

#efa92d color RGB value is (239,169,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 00101101
Octal 357 251 55
Decimal 239 169 45
Hex EF A9 2D

RGB Percentages of Color #efa92d

%52.76
%37.31
%9.93

CMYK Percentages of Color #efa92d

%0
%29
%81
%6

Triadic Colors of #efa92d

#efa92d #2defa9 #a92def

Analogous Colors of #efa92d

#efa92d #d4ef2d #ef482d

Monochromatic Colors of #efa92d

#efa92d

Complementary Color

#efa92d #2d73ef

#efa92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa92d Color CSS Codes

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

#efa92d Text Font Color

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

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


#efa92d Background Color

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

This div background color is #efa92d


#efa92d Border Color

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

This div border color is #efa92d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,169,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 #efa92d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa92d


Comments

No comments written yet.

Please login to write comment.