Color Hex Logo

#f2abda Color Hex

#F2ABDA
(242,171,218)
0 Favorites   0 Comments

Color spaces of #f2abda

RGB 242171218
HSL0.890.730.81
HSV320°29°95°
CMYK 0.000.290.10   0.05
XYZ63.835753.065073.2077
Yxy53.06500.33580.2791
Hunter Lab72.845728.9420-8.5926
CIE-Lab77.913433.0709-13.2918

#f2abda color RGB value is (242,171,218).

#f2abda hex color red value is 242, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f2abda hue: 0.89 , saturation: 0.73 and the lightness value of f2abda is 0.81.

The process color (four color CMYK) of #f2abda color hex is 0.00, 0.29, 0.10, 0.05. Web safe color of #f2abda is #ff99cc. Color #f2abda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101011 11011010
Octal 362 253 332
Decimal 242 171 218
Hex F2 AB DA

RGB Percentages of Color #f2abda

%38.35
%27.10
%34.55

CMYK Percentages of Color #f2abda

%0
%29
%10
%5

Triadic Colors of #f2abda

#f2abda #daf2ab #abdaf2

Analogous Colors of #f2abda

#f2abda #f2abb7 #e7abf2

Monochromatic Colors of #f2abda

#f2abda

Complementary Color

#f2abda #abf2c3

#f2abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2abda Color CSS Codes

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

#f2abda Text Font Color

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

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


#f2abda Background Color

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

This div background color is #f2abda


#f2abda Border Color

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

This div border color is #f2abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2abda


Comments

No comments written yet.

Please login to write comment.