Color Hex Logo

#efcab4 Color Hex

#EFCAB4
(239,202,180)
0 Favorites   0 Comments

Color spaces of #efcab4

RGB 239202180
HSL0.060.650.82
HSV22°25°94°
CMYK 0.000.150.25   0.06
XYZ64.955463.887152.0879
Yxy63.88710.35900.3531
Hunter Lab79.92945.183317.3128
CIE-Lab83.90709.781815.8346

#efcab4 color RGB value is (239,202,180).

#efcab4 hex color red value is 239, green value is 202 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #efcab4 hue: 0.06 , saturation: 0.65 and the lightness value of efcab4 is 0.82.

The process color (four color CMYK) of #efcab4 color hex is 0.00, 0.15, 0.25, 0.06. Web safe color of #efcab4 is #ffcccc. Color #efcab4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 10110100
Octal 357 312 264
Decimal 239 202 180
Hex EF CA B4

RGB Percentages of Color #efcab4

%38.49
%32.53
%28.99

CMYK Percentages of Color #efcab4

%0
%15
%25
%6

Triadic Colors of #efcab4

#efcab4 #b4efca #cab4ef

Analogous Colors of #efcab4

#efcab4 #efe8b4 #efb4bc

Monochromatic Colors of #efcab4

#efcab4

Complementary Color

#efcab4 #b4d9ef

#efcab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcab4 Color CSS Codes

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

#efcab4 Text Font Color

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

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


#efcab4 Background Color

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

This div background color is #efcab4


#efcab4 Border Color

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

This div border color is #efcab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcab4


Comments

No comments written yet.

Please login to write comment.