Color Hex Logo

#ffc0bf Color Hex

#FFC0BF
(255,192,191)
0 Favorites   0 Comments

Color spaces of #ffc0bf

RGB 255192191
HSL0.001.000.87
HSV25°100°
CMYK 0.000.250.25   0.00
XYZ69.493662.720957.7338
Yxy62.72090.36590.3302
Hunter Lab79.196518.036812.2155
CIE-Lab83.295322.44499.3212

#ffc0bf color RGB value is (255,192,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 10111111
Octal 377 300 277
Decimal 255 192 191
Hex FF C0 BF

RGB Percentages of Color #ffc0bf

%39.97
%30.09
%29.94

CMYK Percentages of Color #ffc0bf

%0
%25
%25
%0

Triadic Colors of #ffc0bf

#ffc0bf #bfffc0 #c0bfff

Analogous Colors of #ffc0bf

#ffc0bf #ffe0bf #ffbfde

Monochromatic Colors of #ffc0bf

#ffc0bf

Complementary Color

#ffc0bf #bffeff

#ffc0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc0bf Color CSS Codes

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

#ffc0bf Text Font Color

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

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


#ffc0bf Background Color

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

This div background color is #ffc0bf


#ffc0bf Border Color

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

This div border color is #ffc0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc0bf


Comments

No comments written yet.

Please login to write comment.