Color Hex Logo

#efda1d Color Hex

#EFDA1D
(239,218,29)
0 Favorites   0 Comments

Color spaces of #efda1d

RGB 23921829
HSL0.150.870.53
HSV54°88°94°
CMYK 0.000.090.88   0.06
XYZ60.889868.582211.1909
Yxy68.58220.43290.4876
Hunter Lab82.8144-13.681949.9581
CIE-Lab86.2967-9.906382.6898

#efda1d color RGB value is (239,218,29).

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

The process color (four color CMYK) of #efda1d color hex is 0.00, 0.09, 0.88, 0.06. Web safe color of #efda1d is #ffcc33. Color #efda1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 00011101
Octal 357 332 35
Decimal 239 218 29
Hex EF DA 1D

RGB Percentages of Color #efda1d

%49.18
%44.86
%5.97

CMYK Percentages of Color #efda1d

%0
%9
%88
%6

Triadic Colors of #efda1d

#efda1d #1defda #da1def

Analogous Colors of #efda1d

#efda1d #9bef1d #ef711d

Monochromatic Colors of #efda1d

#efda1d

Complementary Color

#efda1d #1d32ef

#efda1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efda1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efda1d Color CSS Codes

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

#efda1d Text Font Color

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

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


#efda1d Background Color

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

This div background color is #efda1d


#efda1d Border Color

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

This div border color is #efda1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efda1d


Comments

No comments written yet.

Please login to write comment.