Color Hex Logo

#efcab9 Color Hex

#EFCAB9
(239,202,185)
0 Favorites   0 Comments

Color spaces of #efcab9

RGB 239202185
HSL0.050.630.83
HSV19°23°94°
CMYK 0.000.150.23   0.06
XYZ65.474164.094654.8196
Yxy64.09460.35510.3476
Hunter Lab80.05915.877815.4432
CIE-Lab84.015010.485313.3329

#efcab9 color RGB value is (239,202,185).

#efcab9 hex color red value is 239, green value is 202 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #efcab9 hue: 0.05 , saturation: 0.63 and the lightness value of efcab9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 10111001
Octal 357 312 271
Decimal 239 202 185
Hex EF CA B9

RGB Percentages of Color #efcab9

%38.18
%32.27
%29.55

CMYK Percentages of Color #efcab9

%0
%15
%23
%6

Triadic Colors of #efcab9

#efcab9 #b9efca #cab9ef

Analogous Colors of #efcab9

#efcab9 #efe5b9 #efb9c3

Monochromatic Colors of #efcab9

#efcab9

Complementary Color

#efcab9 #b9deef

#efcab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcab9 Color CSS Codes

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

#efcab9 Text Font Color

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

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


#efcab9 Background Color

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

This div background color is #efcab9


#efcab9 Border Color

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

This div border color is #efcab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcab9


Comments

No comments written yet.

Please login to write comment.