Color Hex Logo

#efdc30 Color Hex

#EFDC30
(239,220,48)
0 Favorites   0 Comments

Color spaces of #efdc30

RGB 23922048
HSL0.150.860.56
HSV54°80°94°
CMYK 0.000.080.80   0.06
XYZ61.723369.750513.0063
Yxy69.75050.42720.4828
Hunter Lab83.5168-14.233449.2283
CIE-Lab86.8743-10.438278.8715

#efdc30 color RGB value is (239,220,48).

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

The process color (four color CMYK) of #efdc30 color hex is 0.00, 0.08, 0.80, 0.06. Web safe color of #efdc30 is #ffcc33. Color #efdc30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 00110000
Octal 357 334 60
Decimal 239 220 48
Hex EF DC 30

RGB Percentages of Color #efdc30

%47.14
%43.39
%9.47

CMYK Percentages of Color #efdc30

%0
%8
%80
%6

Triadic Colors of #efdc30

#efdc30 #30efdc #dc30ef

Analogous Colors of #efdc30

#efdc30 #a3ef30 #ef7d30

Monochromatic Colors of #efdc30

#efdc30

Complementary Color

#efdc30 #3043ef

#efdc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdc30 Color CSS Codes

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

#efdc30 Text Font Color

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

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


#efdc30 Background Color

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

This div background color is #efdc30


#efdc30 Border Color

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

This div border color is #efdc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdc30


Comments

No comments written yet.

Please login to write comment.