Color Hex Logo

#efaee3 Color Hex

#EFAEE3
(239,174,227)
0 Favorites   0 Comments

Color spaces of #efaee3

RGB 239174227
HSL0.860.670.81
HSV311°27°94°
CMYK 0.000.270.05   0.06
XYZ64.597854.168979.7240
Yxy54.16890.32540.2729
Hunter Lab73.599527.8691-12.7041
CIE-Lab78.560132.0188-17.2282

#efaee3 color RGB value is (239,174,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 11100011
Octal 357 256 343
Decimal 239 174 227
Hex EF AE E3

RGB Percentages of Color #efaee3

%37.34
%27.19
%35.47

CMYK Percentages of Color #efaee3

%0
%27
%5
%6

Triadic Colors of #efaee3

#efaee3 #e3efae #aee3ef

Analogous Colors of #efaee3

#efaee3 #efaec3 #dbaeef

Monochromatic Colors of #efaee3

#efaee3

Complementary Color

#efaee3 #aeefba

#efaee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaee3 Color CSS Codes

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

#efaee3 Text Font Color

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

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


#efaee3 Background Color

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

This div background color is #efaee3


#efaee3 Border Color

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

This div border color is #efaee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaee3


Comments

No comments written yet.

Please login to write comment.