Color Hex Logo

#efae2b Color Hex

#EFAE2B
(239,174,43)
0 Favorites   0 Comments

Color spaces of #efae2b

RGB 23917443
HSL0.110.860.55
HSV40°82°94°
CMYK 0.000.270.82   0.06
XYZ51.168748.79729.0074
Yxy48.79720.46960.4478
Hunter Lab69.85508.504841.2534
CIE-Lab75.325013.105770.3117

#efae2b color RGB value is (239,174,43).

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

The process color (four color CMYK) of #efae2b color hex is 0.00, 0.27, 0.82, 0.06. Web safe color of #efae2b is #ff9933. Color #efae2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 00101011
Octal 357 256 53
Decimal 239 174 43
Hex EF AE 2B

RGB Percentages of Color #efae2b

%52.41
%38.16
%9.43

CMYK Percentages of Color #efae2b

%0
%27
%82
%6

Triadic Colors of #efae2b

#efae2b #2befae #ae2bef

Analogous Colors of #efae2b

#efae2b #ceef2b #ef4c2b

Monochromatic Colors of #efae2b

#efae2b

Complementary Color

#efae2b #2b6cef

#efae2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efae2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efae2b Color CSS Codes

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

#efae2b Text Font Color

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

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


#efae2b Background Color

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

This div background color is #efae2b


#efae2b Border Color

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

This div border color is #efae2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efae2b


Comments

No comments written yet.

Please login to write comment.