Color Hex Logo

#efcabd Color Hex

#EFCABD
(239,202,189)
1 Favorites   0 Comments

Color spaces of #efcabd

RGB 239202189
HSL0.040.610.84
HSV16°21°94°
CMYK 0.000.150.21   0.06
XYZ65.902464.265957.0752
Yxy64.26590.35200.3432
Hunter Lab80.16606.449713.9040
CIE-Lab84.104011.062311.3335

#efcabd color RGB value is (239,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 10111101
Octal 357 312 275
Decimal 239 202 189
Hex EF CA BD

RGB Percentages of Color #efcabd

%37.94
%32.06
%30.00

CMYK Percentages of Color #efcabd

%0
%15
%21
%6

Triadic Colors of #efcabd

#efcabd #bdefca #cabdef

Analogous Colors of #efcabd

#efcabd #efe3bd #efbdc9

Monochromatic Colors of #efcabd

#efcabd

Complementary Color

#efcabd #bde2ef

#efcabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcabd Color CSS Codes

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

#efcabd Text Font Color

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

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


#efcabd Background Color

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

This div background color is #efcabd


#efcabd Border Color

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

This div border color is #efcabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcabd

#efcabd Color Palettes


Comments

No comments written yet.

Please login to write comment.