Color Hex Logo

#efca74 Color Hex

#EFCA74
(239,202,116)
0 Favorites   0 Comments

Color spaces of #efca74

RGB 239202116
HSL0.120.790.70
HSV42°51°94°
CMYK 0.000.150.51   0.06
XYZ59.869561.852725.3063
Yxy61.85270.40720.4207
Hunter Lab78.6465-1.748535.9746
CIE-Lab82.83502.593847.4389

#efca74 color RGB value is (239,202,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 01110100
Octal 357 312 164
Decimal 239 202 116
Hex EF CA 74

RGB Percentages of Color #efca74

%42.91
%36.27
%20.83

CMYK Percentages of Color #efca74

%0
%15
%51
%6

Triadic Colors of #efca74

#efca74 #74efca #ca74ef

Analogous Colors of #efca74

#efca74 #d7ef74 #ef8d74

Monochromatic Colors of #efca74

#efca74

Complementary Color

#efca74 #7499ef

#efca74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca74 Color CSS Codes

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

#efca74 Text Font Color

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

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


#efca74 Background Color

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

This div background color is #efca74


#efca74 Border Color

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

This div border color is #efca74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca74

#efca74 Color Palettes


Comments

No comments written yet.

Please login to write comment.