Color Hex Logo

#f2aaeb Color Hex

#F2AAEB
(242,170,235)
0 Favorites   0 Comments

Color spaces of #f2aaeb

RGB 242170235
HSL0.850.730.81
HSV306°30°95°
CMYK 0.000.300.03   0.05
XYZ65.988153.624985.4699
Yxy53.62490.32180.2615
Hunter Lab73.229032.6990-17.9405
CIE-Lab78.242536.5192-22.0064

#f2aaeb color RGB value is (242,170,235).

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

The process color (four color CMYK) of #f2aaeb color hex is 0.00, 0.30, 0.03, 0.05. Web safe color of #f2aaeb is #ff99ff. Color #f2aaeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101010 11101011
Octal 362 252 353
Decimal 242 170 235
Hex F2 AA EB

RGB Percentages of Color #f2aaeb

%37.40
%26.28
%36.32

CMYK Percentages of Color #f2aaeb

%0
%30
%3
%5

Triadic Colors of #f2aaeb

#f2aaeb #ebf2aa #aaebf2

Analogous Colors of #f2aaeb

#f2aaeb #f2aac7 #d5aaf2

Monochromatic Colors of #f2aaeb

#f2aaeb

Complementary Color

#f2aaeb #aaf2b1

#f2aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2aaeb Color CSS Codes

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

#f2aaeb Text Font Color

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

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


#f2aaeb Background Color

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

This div background color is #f2aaeb


#f2aaeb Border Color

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

This div border color is #f2aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2aaeb


Comments

No comments written yet.

Please login to write comment.