Color Hex Logo

#ef7cad Color Hex

#EF7CAD
(239,124,173)
0 Favorites   0 Comments

Color spaces of #ef7cad

RGB 239124173
HSL0.930.780.71
HSV334°48°94°
CMYK 0.000.480.28   0.06
XYZ50.347135.783243.7884
Yxy35.78320.38750.2754
Hunter Lab59.819145.5523-1.5278
CIE-Lab66.353949.5853-5.6365

#ef7cad color RGB value is (239,124,173).

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

The process color (four color CMYK) of #ef7cad color hex is 0.00, 0.48, 0.28, 0.06. Web safe color of #ef7cad is #ff6699. Color #ef7cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111100 10101101
Octal 357 174 255
Decimal 239 124 173
Hex EF 7C AD

RGB Percentages of Color #ef7cad

%44.59
%23.13
%32.28

CMYK Percentages of Color #ef7cad

%0
%48
%28
%6

Triadic Colors of #ef7cad

#ef7cad #adef7c #7cadef

Analogous Colors of #ef7cad

#ef7cad #ef857c #ef7ce7

Monochromatic Colors of #ef7cad

#ef7cad

Complementary Color

#ef7cad #7cefbe

#ef7cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7cad Color CSS Codes

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

#ef7cad Text Font Color

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

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


#ef7cad Background Color

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

This div background color is #ef7cad


#ef7cad Border Color

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

This div border color is #ef7cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7cad


Comments

No comments written yet.

Please login to write comment.