Color Hex Logo

#efcd74 Color Hex

#EFCD74
(239,205,116)
0 Favorites   0 Comments

Color spaces of #efcd74

RGB 239205116
HSL0.120.790.70
HSV43°51°94°
CMYK 0.000.140.51   0.06
XYZ60.580363.274325.5432
Yxy63.27430.40550.4235
Hunter Lab79.5451-3.261336.6426
CIE-Lab83.58651.044248.3520

#efcd74 color RGB value is (239,205,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 01110100
Octal 357 315 164
Decimal 239 205 116
Hex EF CD 74

RGB Percentages of Color #efcd74

%42.68
%36.61
%20.71

CMYK Percentages of Color #efcd74

%0
%14
%51
%6

Triadic Colors of #efcd74

#efcd74 #74efcd #cd74ef

Analogous Colors of #efcd74

#efcd74 #d4ef74 #ef9074

Monochromatic Colors of #efcd74

#efcd74

Complementary Color

#efcd74 #7496ef

#efcd74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcd74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcd74 Color CSS Codes

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

#efcd74 Text Font Color

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

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


#efcd74 Background Color

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

This div background color is #efcd74


#efcd74 Border Color

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

This div border color is #efcd74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcd74

Related Colors


Comments

No comments written yet.

Please login to write comment.