Color Hex Logo

#efaf33 Color Hex

#EFAF33
(239,175,51)
0 Favorites   0 Comments

Color spaces of #efaf33

RGB 23917551
HSL0.110.850.57
HSV40°79°94°
CMYK 0.000.270.79   0.06
XYZ51.524149.24979.9225
Yxy49.24970.46550.4449
Hunter Lab70.17818.241240.7417
CIE-Lab75.606412.832267.9405

#efaf33 color RGB value is (239,175,51).

#efaf33 hex color red value is 239, green value is 175 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #efaf33 hue: 0.11 , saturation: 0.85 and the lightness value of efaf33 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 00110011
Octal 357 257 63
Decimal 239 175 51
Hex EF AF 33

RGB Percentages of Color #efaf33

%51.40
%37.63
%10.97

CMYK Percentages of Color #efaf33

%0
%27
%79
%6

Triadic Colors of #efaf33

#efaf33 #33efaf #af33ef

Analogous Colors of #efaf33

#efaf33 #d1ef33 #ef5133

Monochromatic Colors of #efaf33

#efaf33

Complementary Color

#efaf33 #3373ef

#efaf33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf33 Color CSS Codes

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

#efaf33 Text Font Color

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

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


#efaf33 Background Color

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

This div background color is #efaf33


#efaf33 Border Color

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

This div border color is #efaf33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf33


Comments

No comments written yet.

Please login to write comment.