Color Hex Logo

#efdb45 Color Hex

#EFDB45
(239,219,69)
0 Favorites   0 Comments

Color spaces of #efdb45

RGB 23921969
HSL0.150.840.60
HSV53°71°94°
CMYK 0.000.080.71   0.06
XYZ62.002369.443415.7663
Yxy69.44340.42120.4717
Hunter Lab83.3327-13.022347.1154
CIE-Lab86.7231-9.135072.0854

#efdb45 color RGB value is (239,219,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 01000101
Octal 357 333 105
Decimal 239 219 69
Hex EF DB 45

RGB Percentages of Color #efdb45

%45.35
%41.56
%13.09

CMYK Percentages of Color #efdb45

%0
%8
%71
%6

Triadic Colors of #efdb45

#efdb45 #45efdb #db45ef

Analogous Colors of #efdb45

#efdb45 #aeef45 #ef8645

Monochromatic Colors of #efdb45

#efdb45

Complementary Color

#efdb45 #4559ef

#efdb45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb45 Color CSS Codes

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

#efdb45 Text Font Color

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

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


#efdb45 Background Color

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

This div background color is #efdb45


#efdb45 Border Color

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

This div border color is #efdb45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb45


Comments

No comments written yet.

Please login to write comment.