Color Hex Logo

#efde1f Color Hex

#EFDE1F
(239,222,31)
0 Favorites   0 Comments

Color spaces of #efde1f

RGB 23922231
HSL0.150.870.53
HSV55°87°94°
CMYK 0.000.070.87   0.06
XYZ61.965270.692211.6754
Yxy70.69220.42930.4898
Hunter Lab84.0787-15.584850.6219
CIE-Lab87.3352-11.859983.1474

#efde1f color RGB value is (239,222,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 00011111
Octal 357 336 37
Decimal 239 222 31
Hex EF DE 1F

RGB Percentages of Color #efde1f

%48.58
%45.12
%6.30

CMYK Percentages of Color #efde1f

%0
%7
%87
%6

Triadic Colors of #efde1f

#efde1f #1fefde #de1fef

Analogous Colors of #efde1f

#efde1f #98ef1f #ef761f

Monochromatic Colors of #efde1f

#efde1f

Complementary Color

#efde1f #1f30ef

#efde1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efde1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efde1f Color CSS Codes

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

#efde1f Text Font Color

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

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


#efde1f Background Color

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

This div background color is #efde1f


#efde1f Border Color

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

This div border color is #efde1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efde1f


Comments

No comments written yet.

Please login to write comment.