Color Hex Logo

#efeca1 Color Hex

#EFECA1
(239,236,161)
0 Favorites   0 Comments

Color spaces of #efeca1

RGB 239236161
HSL0.160.710.78
HSV58°33°94°
CMYK 0.000.010.33   0.06
XYZ72.025180.914845.5402
Yxy80.91480.36290.4077
Hunter Lab89.9527-14.492232.9502
CIE-Lab92.0938-10.075036.7996

#efeca1 color RGB value is (239,236,161).

#efeca1 hex color red value is 239, green value is 236 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #efeca1 hue: 0.16 , saturation: 0.71 and the lightness value of efeca1 is 0.78.

The process color (four color CMYK) of #efeca1 color hex is 0.00, 0.01, 0.33, 0.06. Web safe color of #efeca1 is #ffff99. Color #efeca1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 10100001
Octal 357 354 241
Decimal 239 236 161
Hex EF EC A1

RGB Percentages of Color #efeca1

%37.58
%37.11
%25.31

CMYK Percentages of Color #efeca1

%0
%1
%33
%6

Triadic Colors of #efeca1

#efeca1 #a1efec #eca1ef

Analogous Colors of #efeca1

#efeca1 #cbefa1 #efc5a1

Monochromatic Colors of #efeca1

#efeca1

Complementary Color

#efeca1 #a1a4ef

#efeca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeca1 Color CSS Codes

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

#efeca1 Text Font Color

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

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


#efeca1 Background Color

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

This div background color is #efeca1


#efeca1 Border Color

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

This div border color is #efeca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeca1


Comments

No comments written yet.

Please login to write comment.