Color Hex Logo

#efadae Color Hex

#EFADAE
(239,173,174)
1 Favorites   0 Comments

Color spaces of #efadae

RGB 239173174
HSL1.000.670.81
HSV359°28°94°
CMYK 0.000.280.27   0.06
XYZ58.180251.293946.8787
Yxy51.29390.37210.3281
Hunter Lab71.619819.669611.3256
CIE-Lab76.856724.29279.0775

#efadae color RGB value is (239,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 10101110
Octal 357 255 256
Decimal 239 173 174
Hex EF AD AE

RGB Percentages of Color #efadae

%40.78
%29.52
%29.69

CMYK Percentages of Color #efadae

%0
%28
%27
%6

Triadic Colors of #efadae

#efadae #aeefad #adaeef

Analogous Colors of #efadae

#efadae #efcdad #efadcf

Monochromatic Colors of #efadae

#efadae

Complementary Color

#efadae #adefee

#efadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadae Color CSS Codes

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

#efadae Text Font Color

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

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


#efadae Background Color

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

This div background color is #efadae


#efadae Border Color

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

This div border color is #efadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadae


Comments

No comments written yet.

Please login to write comment.