Color Hex Logo

#efdf1c Color Hex

#EFDF1C
(239,223,28)
0 Favorites   0 Comments

Color spaces of #efdf1c

RGB 23922328
HSL0.150.870.52
HSV55°88°94°
CMYK 0.000.070.88   0.06
XYZ62.193971.209911.5655
Yxy71.20990.42900.4912
Hunter Lab84.3860-16.117950.9442
CIE-Lab87.5869-12.411883.8803

#efdf1c color RGB value is (239,223,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 00011100
Octal 357 337 34
Decimal 239 223 28
Hex EF DF 1C

RGB Percentages of Color #efdf1c

%48.78
%45.51
%5.71

CMYK Percentages of Color #efdf1c

%0
%7
%88
%6

Triadic Colors of #efdf1c

#efdf1c #1cefdf #df1cef

Analogous Colors of #efdf1c

#efdf1c #96ef1c #ef761c

Monochromatic Colors of #efdf1c

#efdf1c

Complementary Color

#efdf1c #1c2cef

#efdf1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdf1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdf1c Color CSS Codes

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

#efdf1c Text Font Color

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

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


#efdf1c Background Color

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

This div background color is #efdf1c


#efdf1c Border Color

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

This div border color is #efdf1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdf1c


Comments

No comments written yet.

Please login to write comment.