Color Hex Logo

#efcabf Color Hex

#EFCABF
(239,202,191)
0 Favorites   0 Comments

Color spaces of #efcabf

RGB 239202191
HSL0.040.600.84
HSV14°20°94°
CMYK 0.000.150.20   0.06
XYZ66.121164.353458.2267
Yxy64.35340.35040.3410
Hunter Lab80.22066.741113.1198
CIE-Lab84.149411.355610.3345

#efcabf color RGB value is (239,202,191).

#efcabf hex color red value is 239, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #efcabf hue: 0.04 , saturation: 0.60 and the lightness value of efcabf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 10111111
Octal 357 312 277
Decimal 239 202 191
Hex EF CA BF

RGB Percentages of Color #efcabf

%37.82
%31.96
%30.22

CMYK Percentages of Color #efcabf

%0
%15
%20
%6

Triadic Colors of #efcabf

#efcabf #bfefca #cabfef

Analogous Colors of #efcabf

#efcabf #efe2bf #efbfcc

Monochromatic Colors of #efcabf

#efcabf

Complementary Color

#efcabf #bfe4ef

#efcabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcabf Color CSS Codes

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

#efcabf Text Font Color

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

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


#efcabf Background Color

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

This div background color is #efcabf


#efcabf Border Color

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

This div border color is #efcabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcabf


Comments

No comments written yet.

Please login to write comment.