Color Hex Logo

#efd2bc Color Hex

#EFD2BC
(239,210,188)
0 Favorites   0 Comments

Color spaces of #efd2bc

RGB 239210188
HSL0.070.610.84
HSV26°21°94°
CMYK 0.000.120.21   0.06
XYZ67.720368.074757.1474
Yxy68.07470.35100.3528
Hunter Lab82.50742.121016.6889
CIE-Lab86.04386.733614.6099

#efd2bc color RGB value is (239,210,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010010 10111100
Octal 357 322 274
Decimal 239 210 188
Hex EF D2 BC

RGB Percentages of Color #efd2bc

%37.52
%32.97
%29.51

CMYK Percentages of Color #efd2bc

%0
%12
%21
%6

Triadic Colors of #efd2bc

#efd2bc #bcefd2 #d2bcef

Analogous Colors of #efd2bc

#efd2bc #efecbc #efbcc0

Monochromatic Colors of #efd2bc

#efd2bc

Complementary Color

#efd2bc #bcd9ef

#efd2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd2bc Color CSS Codes

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

#efd2bc Text Font Color

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

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


#efd2bc Background Color

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

This div background color is #efd2bc


#efd2bc Border Color

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

This div border color is #efd2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd2bc


Comments

No comments written yet.

Please login to write comment.