Color Hex Logo

#efdc45 Color Hex

#EFDC45
(239,220,69)
0 Favorites   0 Comments

Color spaces of #efdc45

RGB 23922069
HSL0.150.840.60
HSV53°71°94°
CMYK 0.000.080.71   0.06
XYZ62.264069.966815.8535
Yxy69.96680.42050.4725
Hunter Lab83.6462-13.510147.3150
CIE-Lab86.9806-9.635472.3359

#efdc45 color RGB value is (239,220,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 01000101
Octal 357 334 105
Decimal 239 220 69
Hex EF DC 45

RGB Percentages of Color #efdc45

%45.27
%41.67
%13.07

CMYK Percentages of Color #efdc45

%0
%8
%71
%6

Triadic Colors of #efdc45

#efdc45 #45efdc #dc45ef

Analogous Colors of #efdc45

#efdc45 #adef45 #ef8745

Monochromatic Colors of #efdc45

#efdc45

Complementary Color

#efdc45 #4558ef

#efdc45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdc45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdc45 Color CSS Codes

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

#efdc45 Text Font Color

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

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


#efdc45 Background Color

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

This div background color is #efdc45


#efdc45 Border Color

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

This div border color is #efdc45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdc45


Comments

No comments written yet.

Please login to write comment.