Color Hex Logo

#efcba1 Color Hex

#EFCBA1
(239,203,161)
0 Favorites   0 Comments

Color spaces of #efcba1

RGB 239203161
HSL0.090.710.78
HSV32°33°94°
CMYK 0.000.150.33   0.06
XYZ63.385663.635842.6604
Yxy63.63580.37360.3750
Hunter Lab79.77212.232224.1334
CIE-Lab83.77586.770325.6798

#efcba1 color RGB value is (239,203,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 10100001
Octal 357 313 241
Decimal 239 203 161
Hex EF CB A1

RGB Percentages of Color #efcba1

%39.64
%33.67
%26.70

CMYK Percentages of Color #efcba1

%0
%15
%33
%6

Triadic Colors of #efcba1

#efcba1 #a1efcb #cba1ef

Analogous Colors of #efcba1

#efcba1 #ecefa1 #efa4a1

Monochromatic Colors of #efcba1

#efcba1

Complementary Color

#efcba1 #a1c5ef

#efcba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcba1 Color CSS Codes

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

#efcba1 Text Font Color

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

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


#efcba1 Background Color

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

This div background color is #efcba1


#efcba1 Border Color

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

This div border color is #efcba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcba1


Comments

No comments written yet.

Please login to write comment.