Color Hex Logo

#ffbdad Color Hex

#FFBDAD
(255,189,173)
0 Favorites   0 Comments

Color spaces of #ffbdad

RGB 255189173
HSL0.031.000.84
HSV12°32°100°
CMYK 0.000.260.32   0.00
XYZ66.980460.672347.7158
Yxy60.67230.38190.3460
Hunter Lab77.892417.182018.2045
CIE-Lab82.202321.659517.4004

#ffbdad color RGB value is (255,189,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 10101101
Octal 377 275 255
Decimal 255 189 173
Hex FF BD AD

RGB Percentages of Color #ffbdad

%41.33
%30.63
%28.04

CMYK Percentages of Color #ffbdad

%0
%26
%32
%0

Triadic Colors of #ffbdad

#ffbdad #adffbd #bdadff

Analogous Colors of #ffbdad

#ffbdad #ffe6ad #ffadc6

Monochromatic Colors of #ffbdad

#ffbdad

Complementary Color

#ffbdad #adefff

#ffbdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbdad Color CSS Codes

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

#ffbdad Text Font Color

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

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


#ffbdad Background Color

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

This div background color is #ffbdad


#ffbdad Border Color

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

This div border color is #ffbdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbdad

Related Colors


Comments

No comments written yet.

Please login to write comment.