Color Hex Logo

#ffadbf Color Hex

#FFADBF
(255,173,191)
0 Favorites   0 Comments

Color spaces of #ffadbf

RGB 255173191
HSL0.961.000.84
HSV347°32°100°
CMYK 0.000.320.25   0.00
XYZ65.587554.908756.4318
Yxy54.90870.37070.3103
Hunter Lab74.100428.31766.7175
CIE-Lab78.988632.40543.1221

#ffadbf color RGB value is (255,173,191).

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

The process color (four color CMYK) of #ffadbf color hex is 0.00, 0.32, 0.25, 0.00. Web safe color of #ffadbf is #ff99cc. Color #ffadbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10111111
Octal 377 255 277
Decimal 255 173 191
Hex FF AD BF

RGB Percentages of Color #ffadbf

%41.20
%27.95
%30.86

CMYK Percentages of Color #ffadbf

%0
%32
%25
%0

Triadic Colors of #ffadbf

#ffadbf #bfffad #adbfff

Analogous Colors of #ffadbf

#ffadbf #ffc4ad #ffade8

Monochromatic Colors of #ffadbf

#ffadbf

Complementary Color

#ffadbf #adffed

#ffadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadbf Color CSS Codes

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

#ffadbf Text Font Color

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

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


#ffadbf Background Color

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

This div background color is #ffadbf


#ffadbf Border Color

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

This div border color is #ffadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadbf

Related Colors


Comments

No comments written yet.

Please login to write comment.