Color Hex Logo

#ffd0b0 Color Hex

#FFD0B0
(255,208,176)
1 Favorites   0 Comments

Color spaces of #ffd0b0

RGB 255208176
HSL0.071.000.85
HSV24°31°100°
CMYK 0.000.180.31   0.00
XYZ71.632369.506350.7149
Yxy69.50630.37340.3623
Hunter Lab83.37047.469822.2927
CIE-Lab86.754212.110322.1302

#ffd0b0 color RGB value is (255,208,176).

#ffd0b0 hex color red value is 255, green value is 208 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ffd0b0 hue: 0.07 , saturation: 1.00 and the lightness value of ffd0b0 is 0.85.

The process color (four color CMYK) of #ffd0b0 color hex is 0.00, 0.18, 0.31, 0.00. Web safe color of #ffd0b0 is #ffcc99. Color #ffd0b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 10110000
Octal 377 320 260
Decimal 255 208 176
Hex FF D0 B0

RGB Percentages of Color #ffd0b0

%39.91
%32.55
%27.54

CMYK Percentages of Color #ffd0b0

%0
%18
%31
%0

Triadic Colors of #ffd0b0

#ffd0b0 #b0ffd0 #d0b0ff

Analogous Colors of #ffd0b0

#ffd0b0 #fff8b0 #ffb0b8

Monochromatic Colors of #ffd0b0

#ffd0b0

Complementary Color

#ffd0b0 #b0dfff

#ffd0b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd0b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd0b0 Color CSS Codes

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

#ffd0b0 Text Font Color

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

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


#ffd0b0 Background Color

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

This div background color is #ffd0b0


#ffd0b0 Border Color

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

This div border color is #ffd0b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd0b0

Related Colors


Comments

No comments written yet.

Please login to write comment.