color codes Logo

#efdf2f color codes

#EFDF2F
(239,223,47)
0 Favorites   0 Comments

Color spaces of #efdf2f

RGB 23922347
HSL0.150.860.56
HSV55°80°94°
CMYK 0.000.070.80   0.06
XYZ62.497471.331313.1637
Yxy71.33130.42520.4853
Hunter Lab84.4579-15.714249.8795
CIE-Lab87.6457-11.960579.8057

#efdf2f color RGB value is (239,223,47).

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

The process color (four color CMYK) of #efdf2f color code is 0.00, 0.07, 0.80, 0.06. Web safe color of #efdf2f is #ffcc33. Color #efdf2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 00101111
Octal 357 337 57
Decimal 239 223 47
Hex EF DF 2F

RGB Percentages of Color #efdf2f

%46.95
%43.81
%9.23

CMYK Percentages of Color #efdf2f

%0
%7
%80
%6

Triadic Colors of #efdf2f

#efdf2f #2fefdf #df2fef

Analogous Colors of #efdf2f

#efdf2f #9fef2f #ef7f2f

Monochromatic Colors of #efdf2f

#efdf2f

Complementary Color

#efdf2f #2f3fef

#efdf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdf2f Color CSS Codes

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

#efdf2f Text Font Color

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

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


#efdf2f Background Color

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

This div background color is #efdf2f


#efdf2f Border Color

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

This div border color is #efdf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdf2f


Comments

No comments written yet.

Please login to write comment.