Color Hex Logo

#efaebd Color Hex

#EFAEBD
(239,174,189)
0 Favorites   0 Comments

Color spaces of #efaebd

RGB 239174189
HSL0.960.670.81
HSV346°27°94°
CMYK 0.000.270.21   0.06
XYZ59.918052.296955.0804
Yxy52.29690.35820.3126
Hunter Lab72.316621.34235.4630
CIE-Lab77.458025.88621.7759

#efaebd color RGB value is (239,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 10111101
Octal 357 256 275
Decimal 239 174 189
Hex EF AE BD

RGB Percentages of Color #efaebd

%39.70
%28.90
%31.40

CMYK Percentages of Color #efaebd

%0
%27
%21
%6

Triadic Colors of #efaebd

#efaebd #bdefae #aebdef

Analogous Colors of #efaebd

#efaebd #efc0ae #efaede

Monochromatic Colors of #efaebd

#efaebd

Complementary Color

#efaebd #aeefe0

#efaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaebd Color CSS Codes

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

#efaebd Text Font Color

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

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


#efaebd Background Color

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

This div background color is #efaebd


#efaebd Border Color

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

This div border color is #efaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaebd


Comments

No comments written yet.

Please login to write comment.