Color Hex Logo

#efdf32 Color Hex

#EFDF32
(239,223,50)
0 Favorites   0 Comments

Color spaces of #efdf32

RGB 23922350
HSL0.150.860.57
HSV55°79°94°
CMYK 0.000.070.79   0.06
XYZ62.560071.356413.4935
Yxy71.35640.42440.4841
Hunter Lab84.4727-15.631249.6600
CIE-Lab87.6579-11.867879.0075

#efdf32 color RGB value is (239,223,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 00110010
Octal 357 337 62
Decimal 239 223 50
Hex EF DF 32

RGB Percentages of Color #efdf32

%46.68
%43.55
%9.77

CMYK Percentages of Color #efdf32

%0
%7
%79
%6

Triadic Colors of #efdf32

#efdf32 #32efdf #df32ef

Analogous Colors of #efdf32

#efdf32 #a1ef32 #ef8132

Monochromatic Colors of #efdf32

#efdf32

Complementary Color

#efdf32 #3242ef

#efdf32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdf32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdf32 Color CSS Codes

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

#efdf32 Text Font Color

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

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


#efdf32 Background Color

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

This div background color is #efdf32


#efdf32 Border Color

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

This div border color is #efdf32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdf32


Comments

No comments written yet.

Please login to write comment.