Color Hex Logo

#efca77 Color Hex

#EFCA77
(239,202,119)
0 Favorites   0 Comments

Color spaces of #efca77

RGB 239202119
HSL0.120.790.70
HSV42°50°94°
CMYK 0.000.150.50   0.06
XYZ60.046961.923726.2404
Yxy61.92370.40510.4178
Hunter Lab78.6916-1.503035.3134
CIE-Lab82.87282.853846.0093

#efca77 color RGB value is (239,202,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 01110111
Octal 357 312 167
Decimal 239 202 119
Hex EF CA 77

RGB Percentages of Color #efca77

%42.68
%36.07
%21.25

CMYK Percentages of Color #efca77

%0
%15
%50
%6

Triadic Colors of #efca77

#efca77 #77efca #ca77ef

Analogous Colors of #efca77

#efca77 #d8ef77 #ef8e77

Monochromatic Colors of #efca77

#efca77

Complementary Color

#efca77 #779cef

#efca77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca77 Color CSS Codes

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

#efca77 Text Font Color

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

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


#efca77 Background Color

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

This div background color is #efca77


#efca77 Border Color

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

This div border color is #efca77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca77


Comments

No comments written yet.

Please login to write comment.