color codes Logo

#efdc1e color codes

#EFDC1E
(239,220,30)
0 Favorites   0 Comments

Color spaces of #efdc1e

RGB 23922030
HSL0.150.870.53
HSV55°87°94°
CMYK 0.000.080.87   0.06
XYZ61.424169.630911.4310
Yxy69.63090.43110.4887
Hunter Lab83.4451-14.634850.2896
CIE-Lab86.8155-10.885482.9190

#efdc1e color RGB value is (239,220,30).

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

The process color (four color CMYK) of #efdc1e color code is 0.00, 0.08, 0.87, 0.06. Web safe color of #efdc1e is #ffcc33. Color #efdc1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 00011110
Octal 357 334 36
Decimal 239 220 30
Hex EF DC 1E

RGB Percentages of Color #efdc1e

%48.88
%44.99
%6.13

CMYK Percentages of Color #efdc1e

%0
%8
%87
%6

Triadic Colors of #efdc1e

#efdc1e #1eefdc #dc1eef

Analogous Colors of #efdc1e

#efdc1e #9aef1e #ef741e

Monochromatic Colors of #efdc1e

#efdc1e

Complementary Color

#efdc1e #1e31ef

#efdc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdc1e Color CSS Codes

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

#efdc1e Text Font Color

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

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


#efdc1e Background Color

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

This div background color is #efdc1e


#efdc1e Border Color

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

This div border color is #efdc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdc1e


Comments

No comments written yet.

Please login to write comment.