Color Hex Logo

#efcd47 Color Hex

#EFCD47
(239,205,71)
0 Favorites   0 Comments

Color spaces of #efcd47

RGB 23920571
HSL0.130.840.61
HSV48°70°94°
CMYK 0.000.140.70   0.06
XYZ58.565362.468314.9321
Yxy62.46830.43070.4594
Hunter Lab79.0369-6.048444.1244
CIE-Lab83.1618-1.950067.8311

#efcd47 color RGB value is (239,205,71).

#efcd47 hex color red value is 239, green value is 205 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #efcd47 hue: 0.13 , saturation: 0.84 and the lightness value of efcd47 is 0.61.

The process color (four color CMYK) of #efcd47 color hex is 0.00, 0.14, 0.70, 0.06. Web safe color of #efcd47 is #ffcc33. Color #efcd47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 01000111
Octal 357 315 107
Decimal 239 205 71
Hex EF CD 47

RGB Percentages of Color #efcd47

%46.41
%39.81
%13.79

CMYK Percentages of Color #efcd47

%0
%14
%70
%6

Triadic Colors of #efcd47

#efcd47 #47efcd #cd47ef

Analogous Colors of #efcd47

#efcd47 #bdef47 #ef7947

Monochromatic Colors of #efcd47

#efcd47

Complementary Color

#efcd47 #4769ef

#efcd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcd47 Color CSS Codes

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

#efcd47 Text Font Color

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

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


#efcd47 Background Color

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

This div background color is #efcd47


#efcd47 Border Color

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

This div border color is #efcd47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcd47


Comments

No comments written yet.

Please login to write comment.