Color Hex Logo

#f2adba Color Hex

#F2ADBA
(242,173,186)
0 Favorites   0 Comments

Color spaces of #f2adba

RGB 242173186
HSL0.970.730.81
HSV349°29°95°
CMYK 0.000.290.23   0.05
XYZ60.424452.309653.3664
Yxy52.30960.36380.3149
Hunter Lab72.325422.55886.8797
CIE-Lab77.465627.05803.4594

#f2adba color RGB value is (242,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101101 10111010
Octal 362 255 272
Decimal 242 173 186
Hex F2 AD BA

RGB Percentages of Color #f2adba

%40.27
%28.79
%30.95

CMYK Percentages of Color #f2adba

%0
%29
%23
%5

Triadic Colors of #f2adba

#f2adba #baf2ad #adbaf2

Analogous Colors of #f2adba

#f2adba #f2c3ad #f2addd

Monochromatic Colors of #f2adba

#f2adba

Complementary Color

#f2adba #adf2e5

#f2adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2adba Color CSS Codes

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

#f2adba Text Font Color

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

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


#f2adba Background Color

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

This div background color is #f2adba


#f2adba Border Color

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

This div border color is #f2adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2adba


Comments

No comments written yet.

Please login to write comment.