Color Hex Logo

#f1aebd Color Hex

#F1AEBD
(241,174,189)
1 Favorites   0 Comments

Color spaces of #f1aebd

RGB 241174189
HSL0.960.710.81
HSV347°28°95°
CMYK 0.000.280.22   0.05
XYZ60.597052.647055.1122
Yxy52.64700.35990.3127
Hunter Lab72.558322.09735.7566
CIE-Lab77.666126.60262.1040

#f1aebd color RGB value is (241,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101110 10111101
Octal 361 256 275
Decimal 241 174 189
Hex F1 AE BD

RGB Percentages of Color #f1aebd

%39.90
%28.81
%31.29

CMYK Percentages of Color #f1aebd

%0
%28
%22
%5

Triadic Colors of #f1aebd

#f1aebd #bdf1ae #aebdf1

Analogous Colors of #f1aebd

#f1aebd #f1c1ae #f1aedf

Monochromatic Colors of #f1aebd

#f1aebd

Complementary Color

#f1aebd #aef1e2

#f1aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1aebd Color CSS Codes

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

#f1aebd Text Font Color

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

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


#f1aebd Background Color

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

This div background color is #f1aebd


#f1aebd Border Color

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

This div border color is #f1aebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,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 #f1aebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1aebd


Comments

No comments written yet.

Please login to write comment.