Color Hex Logo

#ef8cab Color Hex

#EF8CAB
(239,140,171)
0 Favorites   0 Comments

Color spaces of #ef8cab

RGB 239140171
HSL0.950.760.74
HSV341°41°94°
CMYK 0.000.410.28   0.06
XYZ52.325440.047243.5001
Yxy40.04720.38510.2947
Hunter Lab63.282936.84763.5426
CIE-Lab69.503141.24200.1179

#ef8cab color RGB value is (239,140,171).

#ef8cab hex color red value is 239, green value is 140 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ef8cab hue: 0.95 , saturation: 0.76 and the lightness value of ef8cab is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001100 10101011
Octal 357 214 253
Decimal 239 140 171
Hex EF 8C AB

RGB Percentages of Color #ef8cab

%43.45
%25.45
%31.09

CMYK Percentages of Color #ef8cab

%0
%41
%28
%6

Triadic Colors of #ef8cab

#ef8cab #abef8c #8cabef

Analogous Colors of #ef8cab

#ef8cab #ef9f8c #ef8cdd

Monochromatic Colors of #ef8cab

#ef8cab

Complementary Color

#ef8cab #8cefd0

#ef8cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8cab Color CSS Codes

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

#ef8cab Text Font Color

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

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


#ef8cab Background Color

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

This div background color is #ef8cab


#ef8cab Border Color

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

This div border color is #ef8cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8cab


Comments

No comments written yet.

Please login to write comment.