Color Hex Logo

#ffc3bd Color Hex

#FFC3BD
(255,195,189)
0 Favorites   0 Comments

Color spaces of #ffc3bd

RGB 255195189
HSL0.021.000.87
HSV26°100°
CMYK 0.000.240.26   0.00
XYZ69.940463.964356.8042
Yxy63.96430.36670.3354
Hunter Lab79.977716.137113.8736
CIE-Lab83.947220.598411.3187

#ffc3bd color RGB value is (255,195,189).

#ffc3bd hex color red value is 255, green value is 195 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ffc3bd hue: 0.02 , saturation: 1.00 and the lightness value of ffc3bd is 0.87.

The process color (four color CMYK) of #ffc3bd color hex is 0.00, 0.24, 0.26, 0.00. Web safe color of #ffc3bd is #ffcccc. Color #ffc3bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 10111101
Octal 377 303 275
Decimal 255 195 189
Hex FF C3 BD

RGB Percentages of Color #ffc3bd

%39.91
%30.52
%29.58

CMYK Percentages of Color #ffc3bd

%0
%24
%26
%0

Triadic Colors of #ffc3bd

#ffc3bd #bdffc3 #c3bdff

Analogous Colors of #ffc3bd

#ffc3bd #ffe4bd #ffbdd8

Monochromatic Colors of #ffc3bd

#ffc3bd

Complementary Color

#ffc3bd #bdf9ff

#ffc3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc3bd Color CSS Codes

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

#ffc3bd Text Font Color

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

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


#ffc3bd Background Color

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

This div background color is #ffc3bd


#ffc3bd Border Color

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

This div border color is #ffc3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc3bd


Comments

No comments written yet.

Please login to write comment.