Color Hex Logo

#efb22b Color Hex

#EFB22B
(239,178,43)
0 Favorites   0 Comments

Color spaces of #efb22b

RGB 23917843
HSL0.110.860.55
HSV41°82°94°
CMYK 0.000.260.82   0.06
XYZ51.953050.36599.2689
Yxy50.36590.46560.4514
Hunter Lab70.96896.475841.9347
CIE-Lab76.293310.999671.1460

#efb22b color RGB value is (239,178,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 00101011
Octal 357 262 53
Decimal 239 178 43
Hex EF B2 2B

RGB Percentages of Color #efb22b

%51.96
%38.70
%9.35

CMYK Percentages of Color #efb22b

%0
%26
%82
%6

Triadic Colors of #efb22b

#efb22b #2befb2 #b22bef

Analogous Colors of #efb22b

#efb22b #caef2b #ef502b

Monochromatic Colors of #efb22b

#efb22b

Complementary Color

#efb22b #2b68ef

#efb22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb22b Color CSS Codes

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

#efb22b Text Font Color

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

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


#efb22b Background Color

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

This div background color is #efb22b


#efb22b Border Color

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

This div border color is #efb22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb22b


Comments

No comments written yet.

Please login to write comment.