Color Hex Logo

#efd374 Color Hex

#EFD374
(239,211,116)
0 Favorites   0 Comments

Color spaces of #efd374

RGB 239211116
HSL0.130.790.70
HSV46°51°94°
CMYK 0.000.120.51   0.06
XYZ62.043366.200226.0309
Yxy66.20020.40220.4291
Hunter Lab81.3635-6.271937.9856
CIE-Lab85.0984-2.036450.1787

#efd374 color RGB value is (239,211,116).

#efd374 hex color red value is 239, green value is 211 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #efd374 hue: 0.13 , saturation: 0.79 and the lightness value of efd374 is 0.70.

The process color (four color CMYK) of #efd374 color hex is 0.00, 0.12, 0.51, 0.06. Web safe color of #efd374 is #ffcc66. Color #efd374 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 01110100
Octal 357 323 164
Decimal 239 211 116
Hex EF D3 74

RGB Percentages of Color #efd374

%42.23
%37.28
%20.49

CMYK Percentages of Color #efd374

%0
%12
%51
%6

Triadic Colors of #efd374

#efd374 #74efd3 #d374ef

Analogous Colors of #efd374

#efd374 #ceef74 #ef9674

Monochromatic Colors of #efd374

#efd374

Complementary Color

#efd374 #7490ef

#efd374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd374 Color CSS Codes

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

#efd374 Text Font Color

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

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


#efd374 Background Color

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

This div background color is #efd374


#efd374 Border Color

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

This div border color is #efd374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd374


Comments

No comments written yet.

Please login to write comment.