Color Hex Logo

#efda71 Color Hex

#EFDA71
(239,218,113)
0 Favorites   0 Comments

Color spaces of #efda71

RGB 239218113
HSL0.140.800.69
HSV50°53°94°
CMYK 0.000.090.53   0.06
XYZ63.648669.685825.7188
Yxy69.68580.40020.4381
Hunter Lab83.4780-9.987540.1679
CIE-Lab86.8425-5.845153.6839

#efda71 color RGB value is (239,218,113).

#efda71 hex color red value is 239, green value is 218 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #efda71 hue: 0.14 , saturation: 0.80 and the lightness value of efda71 is 0.69.

The process color (four color CMYK) of #efda71 color hex is 0.00, 0.09, 0.53, 0.06. Web safe color of #efda71 is #ffcc66. Color #efda71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 01110001
Octal 357 332 161
Decimal 239 218 113
Hex EF DA 71

RGB Percentages of Color #efda71

%41.93
%38.25
%19.82

CMYK Percentages of Color #efda71

%0
%9
%53
%6

Triadic Colors of #efda71

#efda71 #71efda #da71ef

Analogous Colors of #efda71

#efda71 #c5ef71 #ef9b71

Monochromatic Colors of #efda71

#efda71

Complementary Color

#efda71 #7186ef

#efda71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efda71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efda71 Color CSS Codes

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

#efda71 Text Font Color

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

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


#efda71 Background Color

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

This div background color is #efda71


#efda71 Border Color

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

This div border color is #efda71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efda71


Comments

No comments written yet.

Please login to write comment.