Color Hex Logo

#ffbcae Color Hex

#FFBCAE
(255,188,174)
0 Favorites   0 Comments

Color spaces of #ffbcae

RGB 255188174
HSL0.031.000.84
HSV10°32°100°
CMYK 0.000.260.32   0.00
XYZ66.863260.282448.1560
Yxy60.28240.38140.3439
Hunter Lab77.641717.846917.5756
CIE-Lab81.991422.308516.5712

#ffbcae color RGB value is (255,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 10101110
Octal 377 274 256
Decimal 255 188 174
Hex FF BC AE

RGB Percentages of Color #ffbcae

%41.33
%30.47
%28.20

CMYK Percentages of Color #ffbcae

%0
%26
%32
%0

Triadic Colors of #ffbcae

#ffbcae #aeffbc #bcaeff

Analogous Colors of #ffbcae

#ffbcae #ffe5ae #ffaec9

Monochromatic Colors of #ffbcae

#ffbcae

Complementary Color

#ffbcae #aef1ff

#ffbcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbcae Color CSS Codes

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

#ffbcae Text Font Color

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

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


#ffbcae Background Color

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

This div background color is #ffbcae


#ffbcae Border Color

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

This div border color is #ffbcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbcae

#ffbcae Color Palettes


Comments

No comments written yet.

Please login to write comment.