Color Hex Logo

#efdf1e Color Hex

#EFDF1E
(239,223,30)
0 Favorites   0 Comments

Color spaces of #efdf1e

RGB 23922330
HSL0.150.870.53
HSV55°87°94°
CMYK 0.000.070.87   0.06
XYZ62.218671.219811.6958
Yxy71.21980.42870.4907
Hunter Lab84.3918-16.085050.8573
CIE-Lab87.5917-12.375183.5342

#efdf1e color RGB value is (239,223,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 00011110
Octal 357 337 36
Decimal 239 223 30
Hex EF DF 1E

RGB Percentages of Color #efdf1e

%48.58
%45.33
%6.10

CMYK Percentages of Color #efdf1e

%0
%7
%87
%6

Triadic Colors of #efdf1e

#efdf1e #1eefdf #df1eef

Analogous Colors of #efdf1e

#efdf1e #97ef1e #ef771e

Monochromatic Colors of #efdf1e

#efdf1e

Complementary Color

#efdf1e #1e2eef

#efdf1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdf1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdf1e Color CSS Codes

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

#efdf1e Text Font Color

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

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


#efdf1e Background Color

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

This div background color is #efdf1e


#efdf1e Border Color

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

This div border color is #efdf1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdf1e


Comments

No comments written yet.

Please login to write comment.