Color Hex Logo

#ef7eae Color Hex

#EF7EAE
(239,126,174)
0 Favorites   0 Comments

Color spaces of #ef7eae

RGB 239126174
HSL0.930.780.72
HSV335°47°94°
CMYK 0.000.470.27   0.06
XYZ50.697436.328444.3844
Yxy36.32840.38580.2765
Hunter Lab60.273044.6637-1.4694
CIE-Lab66.770148.7276-5.5858

#ef7eae color RGB value is (239,126,174).

#ef7eae hex color red value is 239, green value is 126 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ef7eae hue: 0.93 , saturation: 0.78 and the lightness value of ef7eae is 0.72.

The process color (four color CMYK) of #ef7eae color hex is 0.00, 0.47, 0.27, 0.06. Web safe color of #ef7eae is #ff6699. Color #ef7eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111110 10101110
Octal 357 176 256
Decimal 239 126 174
Hex EF 7E AE

RGB Percentages of Color #ef7eae

%44.34
%23.38
%32.28

CMYK Percentages of Color #ef7eae

%0
%47
%27
%6

Triadic Colors of #ef7eae

#ef7eae #aeef7e #7eaeef

Analogous Colors of #ef7eae

#ef7eae #ef877e #ef7ee7

Monochromatic Colors of #ef7eae

#ef7eae

Complementary Color

#ef7eae #7eefbf

#ef7eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7eae Color CSS Codes

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

#ef7eae Text Font Color

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

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


#ef7eae Background Color

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

This div background color is #ef7eae


#ef7eae Border Color

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

This div border color is #ef7eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,126,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 #ef7eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7eae


Comments

No comments written yet.

Please login to write comment.