Color Hex Logo

#efcab5 Color Hex

#EFCAB5
(239,202,181)
0 Favorites   0 Comments

Color spaces of #efcab5

RGB 239202181
HSL0.060.640.82
HSV22°24°94°
CMYK 0.000.150.24   0.06
XYZ65.057663.928052.6265
Yxy63.92800.35820.3520
Hunter Lab79.95505.320316.9437
CIE-Lab83.92839.920815.3340

#efcab5 color RGB value is (239,202,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 10110101
Octal 357 312 265
Decimal 239 202 181
Hex EF CA B5

RGB Percentages of Color #efcab5

%38.42
%32.48
%29.10

CMYK Percentages of Color #efcab5

%0
%15
%24
%6

Triadic Colors of #efcab5

#efcab5 #b5efca #cab5ef

Analogous Colors of #efcab5

#efcab5 #efe7b5 #efb5bd

Monochromatic Colors of #efcab5

#efcab5

Complementary Color

#efcab5 #b5daef

#efcab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcab5 Color CSS Codes

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

#efcab5 Text Font Color

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

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


#efcab5 Background Color

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

This div background color is #efcab5


#efcab5 Border Color

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

This div border color is #efcab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcab5


Comments

No comments written yet.

Please login to write comment.