Color Hex Logo

#efca79 Color Hex

#EFCA79
(239,202,121)
0 Favorites   0 Comments

Color spaces of #efca79

RGB 239202121
HSL0.110.790.71
HSV41°49°94°
CMYK 0.000.150.49   0.06
XYZ60.168361.972326.8798
Yxy61.97230.40380.4159
Hunter Lab78.7225-1.335234.8612
CIE-Lab82.89873.031245.0511

#efca79 color RGB value is (239,202,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 01111001
Octal 357 312 171
Decimal 239 202 121
Hex EF CA 79

RGB Percentages of Color #efca79

%42.53
%35.94
%21.53

CMYK Percentages of Color #efca79

%0
%15
%49
%6

Triadic Colors of #efca79

#efca79 #79efca #ca79ef

Analogous Colors of #efca79

#efca79 #d9ef79 #ef8f79

Monochromatic Colors of #efca79

#efca79

Complementary Color

#efca79 #799eef

#efca79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca79 Color CSS Codes

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

#efca79 Text Font Color

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

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


#efca79 Background Color

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

This div background color is #efca79


#efca79 Border Color

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

This div border color is #efca79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca79


Comments

No comments written yet.

Please login to write comment.