Color Hex Logo

#efaeb7 Color Hex

#EFAEB7
(239,174,183)
0 Favorites   0 Comments

Color spaces of #efaeb7

RGB 239174183
HSL0.980.670.81
HSV352°27°94°
CMYK 0.000.270.23   0.06
XYZ59.279952.041751.7204
Yxy52.04170.36360.3192
Hunter Lab72.139920.43487.9903
CIE-Lab77.305825.01524.8220

#efaeb7 color RGB value is (239,174,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 10110111
Octal 357 256 267
Decimal 239 174 183
Hex EF AE B7

RGB Percentages of Color #efaeb7

%40.10
%29.19
%30.70

CMYK Percentages of Color #efaeb7

%0
%27
%23
%6

Triadic Colors of #efaeb7

#efaeb7 #b7efae #aeb7ef

Analogous Colors of #efaeb7

#efaeb7 #efc6ae #efaed8

Monochromatic Colors of #efaeb7

#efaeb7

Complementary Color

#efaeb7 #aeefe6

#efaeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaeb7 Color CSS Codes

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

#efaeb7 Text Font Color

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

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


#efaeb7 Background Color

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

This div background color is #efaeb7


#efaeb7 Border Color

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

This div border color is #efaeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaeb7


Comments

No comments written yet.

Please login to write comment.