Color Hex Logo

#efdbca Color Hex

#EFDBCA
(239,219,202)
0 Favorites   0 Comments

Color spaces of #efdbca

RGB 239219202
HSL0.080.540.86
HSV28°15°94°
CMYK 0.000.080.15   0.06
XYZ71.588873.278066.2481
Yxy73.27800.33910.3471
Hunter Lab85.6026-0.526314.0371
CIE-Lab88.58014.147610.8373

#efdbca color RGB value is (239,219,202).

#efdbca hex color red value is 239, green value is 219 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #efdbca hue: 0.08 , saturation: 0.54 and the lightness value of efdbca is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11001010
Octal 357 333 312
Decimal 239 219 202
Hex EF DB CA

RGB Percentages of Color #efdbca

%36.21
%33.18
%30.61

CMYK Percentages of Color #efdbca

%0
%8
%15
%6

Triadic Colors of #efdbca

#efdbca #caefdb #dbcaef

Analogous Colors of #efdbca

#efdbca #efeeca #efcacc

Monochromatic Colors of #efdbca

#efdbca

Complementary Color

#efdbca #cadeef

#efdbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbca Color CSS Codes

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

#efdbca Text Font Color

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

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


#efdbca Background Color

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

This div background color is #efdbca


#efdbca Border Color

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

This div border color is #efdbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbca


Comments

No comments written yet.

Please login to write comment.