Color Hex Logo

#efccc8 Color Hex

#EFCCC8
(239,204,200)
0 Favorites   0 Comments

Color spaces of #efccc8

RGB 239204200
HSL0.020.550.86
HSV16°94°
CMYK 0.000.150.16   0.06
XYZ67.614865.706663.7625
Yxy65.70660.34310.3334
Hunter Lab81.05967.039110.1035
CIE-Lab84.846511.66216.5467

#efccc8 color RGB value is (239,204,200).

#efccc8 hex color red value is 239, green value is 204 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #efccc8 hue: 0.02 , saturation: 0.55 and the lightness value of efccc8 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11001000
Octal 357 314 310
Decimal 239 204 200
Hex EF CC C8

RGB Percentages of Color #efccc8

%37.17
%31.73
%31.10

CMYK Percentages of Color #efccc8

%0
%15
%16
%6

Triadic Colors of #efccc8

#efccc8 #c8efcc #ccc8ef

Analogous Colors of #efccc8

#efccc8 #efe0c8 #efc8d8

Monochromatic Colors of #efccc8

#efccc8

Complementary Color

#efccc8 #c8ebef

#efccc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccc8 Color CSS Codes

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

#efccc8 Text Font Color

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

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


#efccc8 Background Color

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

This div background color is #efccc8


#efccc8 Border Color

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

This div border color is #efccc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccc8


Comments

No comments written yet.

Please login to write comment.