Color Hex Logo

#ffccb1 Color Hex

#FFCCB1
(255,204,177)
0 Favorites   0 Comments

Color spaces of #ffccb1

RGB 255204177
HSL0.061.000.85
HSV21°31°100°
CMYK 0.000.200.31   0.00
XYZ70.768767.620150.9170
Yxy67.62010.37380.3572
Hunter Lab82.23149.712820.8502
CIE-Lab85.816114.317620.3072

#ffccb1 color RGB value is (255,204,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 10110001
Octal 377 314 261
Decimal 255 204 177
Hex FF CC B1

RGB Percentages of Color #ffccb1

%40.09
%32.08
%27.83

CMYK Percentages of Color #ffccb1

%0
%20
%31
%0

Triadic Colors of #ffccb1

#ffccb1 #b1ffcc #ccb1ff

Analogous Colors of #ffccb1

#ffccb1 #fff3b1 #ffb1bd

Monochromatic Colors of #ffccb1

#ffccb1

Complementary Color

#ffccb1 #b1e4ff

#ffccb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffccb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffccb1 Color CSS Codes

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

#ffccb1 Text Font Color

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

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


#ffccb1 Background Color

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

This div background color is #ffccb1


#ffccb1 Border Color

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

This div border color is #ffccb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffccb1

Related Colors

#ffccb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.