Color Hex Logo

#efccc3 Color Hex

#EFCCC3
(239,204,195)
0 Favorites   0 Comments

Color spaces of #efccc3

RGB 239204195
HSL0.030.580.85
HSV12°18°94°
CMYK 0.000.150.18   0.06
XYZ67.039865.476660.7346
Yxy65.47660.34690.3388
Hunter Lab80.91766.280512.1408
CIE-Lab84.728710.90109.0353

#efccc3 color RGB value is (239,204,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11000011
Octal 357 314 303
Decimal 239 204 195
Hex EF CC C3

RGB Percentages of Color #efccc3

%37.46
%31.97
%30.56

CMYK Percentages of Color #efccc3

%0
%15
%18
%6

Triadic Colors of #efccc3

#efccc3 #c3efcc #ccc3ef

Analogous Colors of #efccc3

#efccc3 #efe2c3 #efc3d0

Monochromatic Colors of #efccc3

#efccc3

Complementary Color

#efccc3 #c3e6ef

#efccc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccc3 Color CSS Codes

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

#efccc3 Text Font Color

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

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


#efccc3 Background Color

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

This div background color is #efccc3


#efccc3 Border Color

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

This div border color is #efccc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccc3


Comments

No comments written yet.

Please login to write comment.