Color Hex Logo

#efaeb2 Color Hex

#EFAEB2
(239,174,178)
0 Favorites   0 Comments

Color spaces of #efaeb2

RGB 239174178
HSL0.990.670.81
HSV356°27°94°
CMYK 0.000.270.26   0.06
XYZ58.768551.837249.0276
Yxy51.83720.36810.3247
Hunter Lab71.998119.704210.0247
CIE-Lab77.183424.31067.3676

#efaeb2 color RGB value is (239,174,178).

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

The process color (four color CMYK) of #efaeb2 color hex is 0.00, 0.27, 0.26, 0.06. Web safe color of #efaeb2 is #ff9999. Color #efaeb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 10110010
Octal 357 256 262
Decimal 239 174 178
Hex EF AE B2

RGB Percentages of Color #efaeb2

%40.44
%29.44
%30.12

CMYK Percentages of Color #efaeb2

%0
%27
%26
%6

Triadic Colors of #efaeb2

#efaeb2 #b2efae #aeb2ef

Analogous Colors of #efaeb2

#efaeb2 #efcbae #efaed3

Monochromatic Colors of #efaeb2

#efaeb2

Complementary Color

#efaeb2 #aeefeb

#efaeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaeb2 Color CSS Codes

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

#efaeb2 Text Font Color

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

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


#efaeb2 Background Color

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

This div background color is #efaeb2


#efaeb2 Border Color

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

This div border color is #efaeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaeb2


Comments

No comments written yet.

Please login to write comment.