Color Hex Logo

#efccc5 Color Hex

#EFCCC5
(239,204,197)
0 Favorites   0 Comments

Color spaces of #efccc5

RGB 239204197
HSL0.030.570.85
HSV10°18°94°
CMYK 0.000.150.18   0.06
XYZ67.267565.567761.9338
Yxy65.56770.34540.3366
Hunter Lab80.97396.581111.3331
CIE-Lab84.775411.20318.0393

#efccc5 color RGB value is (239,204,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11000101
Octal 357 314 305
Decimal 239 204 197
Hex EF CC C5

RGB Percentages of Color #efccc5

%37.34
%31.88
%30.78

CMYK Percentages of Color #efccc5

%0
%15
%18
%6

Triadic Colors of #efccc5

#efccc5 #c5efcc #ccc5ef

Analogous Colors of #efccc5

#efccc5 #efe1c5 #efc5d3

Monochromatic Colors of #efccc5

#efccc5

Complementary Color

#efccc5 #c5e8ef

#efccc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccc5 Color CSS Codes

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

#efccc5 Text Font Color

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

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


#efccc5 Background Color

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

This div background color is #efccc5


#efccc5 Border Color

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

This div border color is #efccc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccc5


Comments

No comments written yet.

Please login to write comment.