Color Hex Logo

#efaecc Color Hex

#EFAECC
(239,174,204)
0 Favorites   0 Comments

Color spaces of #efaecc

RGB 239174204
HSL0.920.670.81
HSV332°27°94°
CMYK 0.000.270.15   0.06
XYZ61.631752.982564.1050
Yxy52.98250.34490.2965
Hunter Lab72.789123.7580-1.2641
CIE-Lab77.864728.1824-5.7901

#efaecc color RGB value is (239,174,204).

#efaecc hex color red value is 239, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #efaecc hue: 0.92 , saturation: 0.67 and the lightness value of efaecc is 0.81.

The process color (four color CMYK) of #efaecc color hex is 0.00, 0.27, 0.15, 0.06. Web safe color of #efaecc is #ff99cc. Color #efaecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 11001100
Octal 357 256 314
Decimal 239 174 204
Hex EF AE CC

RGB Percentages of Color #efaecc

%38.74
%28.20
%33.06

CMYK Percentages of Color #efaecc

%0
%27
%15
%6

Triadic Colors of #efaecc

#efaecc #ccefae #aeccef

Analogous Colors of #efaecc

#efaecc #efb1ae #efaeed

Monochromatic Colors of #efaecc

#efaecc

Complementary Color

#efaecc #aeefd1

#efaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaecc Color CSS Codes

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

#efaecc Text Font Color

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

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


#efaecc Background Color

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

This div background color is #efaecc


#efaecc Border Color

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

This div border color is #efaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaecc


Comments

No comments written yet.

Please login to write comment.