Color Hex Logo

#efcea1 Color Hex

#EFCEA1
(239,206,161)
0 Favorites   0 Comments

Color spaces of #efcea1

RGB 239206161
HSL0.100.710.78
HSV35°33°94°
CMYK 0.000.140.33   0.06
XYZ64.100965.066542.8988
Yxy65.06650.37250.3781
Hunter Lab80.66380.686524.9329
CIE-Lab84.51805.208226.6874

#efcea1 color RGB value is (239,206,161).

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

The process color (four color CMYK) of #efcea1 color hex is 0.00, 0.14, 0.33, 0.06. Web safe color of #efcea1 is #ffcc99. Color #efcea1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 10100001
Octal 357 316 241
Decimal 239 206 161
Hex EF CE A1

RGB Percentages of Color #efcea1

%39.44
%33.99
%26.57

CMYK Percentages of Color #efcea1

%0
%14
%33
%6

Triadic Colors of #efcea1

#efcea1 #a1efce #cea1ef

Analogous Colors of #efcea1

#efcea1 #e9efa1 #efa7a1

Monochromatic Colors of #efcea1

#efcea1

Complementary Color

#efcea1 #a1c2ef

#efcea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcea1 Color CSS Codes

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

#efcea1 Text Font Color

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

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


#efcea1 Background Color

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

This div background color is #efcea1


#efcea1 Border Color

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

This div border color is #efcea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcea1


Comments

No comments written yet.

Please login to write comment.