Color Hex Logo

#efabca Color Hex

#EFABCA
(239,171,202)
0 Favorites   0 Comments

Color spaces of #efabca

RGB 239171202
HSL0.920.680.80
HSV333°28°94°
CMYK 0.000.280.15   0.06
XYZ60.820251.740862.6585
Yxy51.74080.34710.2953
Hunter Lab71.931125.0485-1.2952
CIE-Lab77.125629.4602-5.7939

#efabca color RGB value is (239,171,202).

#efabca hex color red value is 239, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #efabca hue: 0.92 , saturation: 0.68 and the lightness value of efabca is 0.80.

The process color (four color CMYK) of #efabca color hex is 0.00, 0.28, 0.15, 0.06. Web safe color of #efabca is #ff99cc. Color #efabca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11001010
Octal 357 253 312
Decimal 239 171 202
Hex EF AB CA

RGB Percentages of Color #efabca

%39.05
%27.94
%33.01

CMYK Percentages of Color #efabca

%0
%28
%15
%6

Triadic Colors of #efabca

#efabca #caefab #abcaef

Analogous Colors of #efabca

#efabca #efaeab #efabec

Monochromatic Colors of #efabca

#efabca

Complementary Color

#efabca #abefd0

#efabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabca Color CSS Codes

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

#efabca Text Font Color

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

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


#efabca Background Color

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

This div background color is #efabca


#efabca Border Color

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

This div border color is #efabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabca


Comments

No comments written yet.

Please login to write comment.