Color Hex Logo

#efdf45 Color Hex

#EFDF45
(239,223,69)
0 Favorites   0 Comments

Color spaces of #efdf45

RGB 23922369
HSL0.150.840.60
HSV54°71°94°
CMYK 0.000.070.71   0.06
XYZ63.058571.555716.1183
Yxy71.55570.41830.4747
Hunter Lab84.5906-14.969847.9160
CIE-Lab87.7543-11.131273.0873

#efdf45 color RGB value is (239,223,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 01000101
Octal 357 337 105
Decimal 239 223 69
Hex EF DF 45

RGB Percentages of Color #efdf45

%45.01
%42.00
%12.99

CMYK Percentages of Color #efdf45

%0
%7
%71
%6

Triadic Colors of #efdf45

#efdf45 #45efdf #df45ef

Analogous Colors of #efdf45

#efdf45 #aaef45 #ef8a45

Monochromatic Colors of #efdf45

#efdf45

Complementary Color

#efdf45 #4555ef

#efdf45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdf45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdf45 Color CSS Codes

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

#efdf45 Text Font Color

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

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


#efdf45 Background Color

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

This div background color is #efdf45


#efdf45 Border Color

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

This div border color is #efdf45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdf45


Comments

No comments written yet.

Please login to write comment.