Color Hex Logo

#efd31c Color Hex

#EFD31C
(239,211,28)
0 Favorites   0 Comments

Color spaces of #efd31c

RGB 23921128
HSL0.140.870.52
HSV52°88°94°
CMYK 0.000.120.88   0.06
XYZ59.100565.023110.5344
Yxy65.02310.43890.4829
Hunter Lab80.6369-10.288148.7002
CIE-Lab84.4956-6.407081.4534

#efd31c color RGB value is (239,211,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 00011100
Octal 357 323 34
Decimal 239 211 28
Hex EF D3 1C

RGB Percentages of Color #efd31c

%50.00
%44.14
%5.86

CMYK Percentages of Color #efd31c

%0
%12
%88
%6

Triadic Colors of #efd31c

#efd31c #1cefd3 #d31cef

Analogous Colors of #efd31c

#efd31c #a2ef1c #ef6a1c

Monochromatic Colors of #efd31c

#efd31c

Complementary Color

#efd31c #1c38ef

#efd31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd31c Color CSS Codes

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

#efd31c Text Font Color

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

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


#efd31c Background Color

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

This div background color is #efd31c


#efd31c Border Color

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

This div border color is #efd31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd31c


Comments

No comments written yet.

Please login to write comment.