Color Hex Logo

#efd732 Color Hex

#EFD732
(239,215,50)
0 Favorites   0 Comments

Color spaces of #efd732

RGB 23921550
HSL0.150.860.57
HSV52°79°94°
CMYK 0.000.100.79   0.06
XYZ60.472867.181912.7978
Yxy67.18190.43060.4783
Hunter Lab81.9646-11.742148.1178
CIE-Lab85.5957-7.870977.1961

#efd732 color RGB value is (239,215,50).

#efd732 hex color red value is 239, green value is 215 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #efd732 hue: 0.15 , saturation: 0.86 and the lightness value of efd732 is 0.57.

The process color (four color CMYK) of #efd732 color hex is 0.00, 0.10, 0.79, 0.06. Web safe color of #efd732 is #ffcc33. Color #efd732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 00110010
Octal 357 327 62
Decimal 239 215 50
Hex EF D7 32

RGB Percentages of Color #efd732

%47.42
%42.66
%9.92

CMYK Percentages of Color #efd732

%0
%10
%79
%6

Triadic Colors of #efd732

#efd732 #32efd7 #d732ef

Analogous Colors of #efd732

#efd732 #a9ef32 #ef7932

Monochromatic Colors of #efd732

#efd732

Complementary Color

#efd732 #324aef

#efd732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd732 Color CSS Codes

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

#efd732 Text Font Color

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

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


#efd732 Background Color

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

This div background color is #efd732


#efd732 Border Color

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

This div border color is #efd732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd732


Comments

No comments written yet.

Please login to write comment.