Color Hex Logo

#efc5bc Color Hex

#EFC5BC
(239,197,188)
0 Favorites   0 Comments

Color spaces of #efc5bc

RGB 239197188
HSL0.030.610.84
HSV11°21°94°
CMYK 0.000.180.21   0.06
XYZ64.640061.914156.1207
Yxy61.91410.35390.3389
Hunter Lab78.68558.937812.7926
CIE-Lab82.867713.547210.1059

#efc5bc color RGB value is (239,197,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 10111100
Octal 357 305 274
Decimal 239 197 188
Hex EF C5 BC

RGB Percentages of Color #efc5bc

%38.30
%31.57
%30.13

CMYK Percentages of Color #efc5bc

%0
%18
%21
%6

Triadic Colors of #efc5bc

#efc5bc #bcefc5 #c5bcef

Analogous Colors of #efc5bc

#efc5bc #efdfbc #efbccd

Monochromatic Colors of #efc5bc

#efc5bc

Complementary Color

#efc5bc #bce6ef

#efc5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc5bc Color CSS Codes

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

#efc5bc Text Font Color

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

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


#efc5bc Background Color

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

This div background color is #efc5bc


#efc5bc Border Color

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

This div border color is #efc5bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,197,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 #efc5bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc5bc


Comments

No comments written yet.

Please login to write comment.