Color Hex Logo

#ffccb2 Color Hex

#FFCCB2
(255,204,178)
0 Favorites   0 Comments

Color spaces of #ffccb2

RGB 255204178
HSL0.061.000.85
HSV20°30°100°
CMYK 0.000.200.30   0.00
XYZ70.868767.660151.4440
Yxy67.66010.37300.3562
Hunter Lab82.25589.841820.4982
CIE-Lab85.836214.444419.8081

#ffccb2 color RGB value is (255,204,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 10110010
Octal 377 314 262
Decimal 255 204 178
Hex FF CC B2

RGB Percentages of Color #ffccb2

%40.03
%32.03
%27.94

CMYK Percentages of Color #ffccb2

%0
%20
%30
%0

Triadic Colors of #ffccb2

#ffccb2 #b2ffcc #ccb2ff

Analogous Colors of #ffccb2

#ffccb2 #fff3b2 #ffb2bf

Monochromatic Colors of #ffccb2

#ffccb2

Complementary Color

#ffccb2 #b2e5ff

#ffccb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffccb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffccb2 Color CSS Codes

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

#ffccb2 Text Font Color

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

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


#ffccb2 Background Color

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

This div background color is #ffccb2


#ffccb2 Border Color

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

This div border color is #ffccb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffccb2

Related Colors


Comments

No comments written yet.

Please login to write comment.