Color Hex Logo

#f2aebd Color Hex

#F2AEBD
(242,174,189)
0 Favorites   0 Comments

Color spaces of #f2aebd

RGB 242174189
HSL0.960.720.82
HSV347°28°95°
CMYK 0.000.280.22   0.05
XYZ60.939352.823555.1282
Yxy52.82350.36080.3128
Hunter Lab72.679822.47605.9039
CIE-Lab77.770726.96072.2688

#f2aebd color RGB value is (242,174,189).

#f2aebd hex color red value is 242, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f2aebd hue: 0.96 , saturation: 0.72 and the lightness value of f2aebd is 0.82.

The process color (four color CMYK) of #f2aebd color hex is 0.00, 0.28, 0.22, 0.05. Web safe color of #f2aebd is #ff99cc. Color #f2aebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101110 10111101
Octal 362 256 275
Decimal 242 174 189
Hex F2 AE BD

RGB Percentages of Color #f2aebd

%40.00
%28.76
%31.24

CMYK Percentages of Color #f2aebd

%0
%28
%22
%5

Triadic Colors of #f2aebd

#f2aebd #bdf2ae #aebdf2

Analogous Colors of #f2aebd

#f2aebd #f2c1ae #f2aedf

Monochromatic Colors of #f2aebd

#f2aebd

Complementary Color

#f2aebd #aef2e3

#f2aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2aebd Color CSS Codes

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

#f2aebd Text Font Color

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

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


#f2aebd Background Color

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

This div background color is #f2aebd


#f2aebd Border Color

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

This div border color is #f2aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2aebd


Comments

No comments written yet.

Please login to write comment.