Color Hex Logo

#ffccb5 Color Hex

#FFCCB5
(255,204,181)
0 Favorites   0 Comments

Color spaces of #ffccb5

RGB 255204181
HSL0.051.000.85
HSV19°29°100°
CMYK 0.000.200.29   0.00
XYZ71.173467.781953.0480
Yxy67.78190.37070.3530
Hunter Lab82.329810.234719.4282
CIE-Lab85.897314.830018.3110

#ffccb5 color RGB value is (255,204,181).

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

The process color (four color CMYK) of #ffccb5 color hex is 0.00, 0.20, 0.29, 0.00. Web safe color of #ffccb5 is #ffcccc. Color #ffccb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 10110101
Octal 377 314 265
Decimal 255 204 181
Hex FF CC B5

RGB Percentages of Color #ffccb5

%39.84
%31.88
%28.28

CMYK Percentages of Color #ffccb5

%0
%20
%29
%0

Triadic Colors of #ffccb5

#ffccb5 #b5ffcc #ccb5ff

Analogous Colors of #ffccb5

#ffccb5 #fff1b5 #ffb5c3

Monochromatic Colors of #ffccb5

#ffccb5

Complementary Color

#ffccb5 #b5e8ff

#ffccb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffccb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffccb5 Color CSS Codes

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

#ffccb5 Text Font Color

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

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


#ffccb5 Background Color

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

This div background color is #ffccb5


#ffccb5 Border Color

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

This div border color is #ffccb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffccb5

#ffccb5 Color Palettes


Comments

No comments written yet.

Please login to write comment.