Color Hex Logo

#ffbdac Color Hex

#FFBDAC
(255,189,172)
0 Favorites   0 Comments

Color spaces of #ffbdac

RGB 255189172
HSL0.031.000.84
HSV12°33°100°
CMYK 0.000.260.33   0.00
XYZ66.884060.633747.2080
Yxy60.63370.38280.3470
Hunter Lab77.867617.053318.5622
CIE-Lab82.181421.535717.9053

#ffbdac color RGB value is (255,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 10101100
Octal 377 275 254
Decimal 255 189 172
Hex FF BD AC

RGB Percentages of Color #ffbdac

%41.40
%30.68
%27.92

CMYK Percentages of Color #ffbdac

%0
%26
%33
%0

Triadic Colors of #ffbdac

#ffbdac #acffbd #bdacff

Analogous Colors of #ffbdac

#ffbdac #ffe7ac #ffacc5

Monochromatic Colors of #ffbdac

#ffbdac

Complementary Color

#ffbdac #aceeff

#ffbdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbdac Color CSS Codes

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

#ffbdac Text Font Color

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

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


#ffbdac Background Color

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

This div background color is #ffbdac


#ffbdac Border Color

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

This div border color is #ffbdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbdac


Comments

No comments written yet.

Please login to write comment.