Color Hex Logo

#ffbbae Color Hex

#FFBBAE
(255,187,174)
0 Favorites   0 Comments

Color spaces of #ffbbae

RGB 255187174
HSL0.031.000.84
HSV10°32°100°
CMYK 0.000.270.32   0.00
XYZ66.650359.856648.0850
Yxy59.85660.38170.3428
Hunter Lab77.367018.382217.3071
CIE-Lab81.760222.832916.2474

#ffbbae color RGB value is (255,187,174).

#ffbbae hex color red value is 255, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ffbbae hue: 0.03 , saturation: 1.00 and the lightness value of ffbbae is 0.84.

The process color (four color CMYK) of #ffbbae color hex is 0.00, 0.27, 0.32, 0.00. Web safe color of #ffbbae is #ffcc99. Color #ffbbae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 10101110
Octal 377 273 256
Decimal 255 187 174
Hex FF BB AE

RGB Percentages of Color #ffbbae

%41.40
%30.36
%28.25

CMYK Percentages of Color #ffbbae

%0
%27
%32
%0

Triadic Colors of #ffbbae

#ffbbae #aeffbb #bbaeff

Analogous Colors of #ffbbae

#ffbbae #ffe4ae #ffaeca

Monochromatic Colors of #ffbbae

#ffbbae

Complementary Color

#ffbbae #aef2ff

#ffbbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbbae Color CSS Codes

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

#ffbbae Text Font Color

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

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


#ffbbae Background Color

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

This div background color is #ffbbae


#ffbbae Border Color

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

This div border color is #ffbbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbbae

#ffbbae Color Palettes


Comments

No comments written yet.

Please login to write comment.