Color Hex Logo

#ffc0ba Color Hex

#FFC0BA
(255,192,186)
0 Favorites   0 Comments

Color spaces of #ffc0ba

RGB 255192186
HSL0.011.000.86
HSV27°100°
CMYK 0.000.250.27   0.00
XYZ68.952662.504454.8847
Yxy62.50440.37000.3354
Hunter Lab79.059717.325814.1816
CIE-Lab83.180921.766011.8319

#ffc0ba color RGB value is (255,192,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 10111010
Octal 377 300 272
Decimal 255 192 186
Hex FF C0 BA

RGB Percentages of Color #ffc0ba

%40.28
%30.33
%29.38

CMYK Percentages of Color #ffc0ba

%0
%25
%27
%0

Triadic Colors of #ffc0ba

#ffc0ba #baffc0 #c0baff

Analogous Colors of #ffc0ba

#ffc0ba #ffe3ba #ffbad7

Monochromatic Colors of #ffc0ba

#ffc0ba

Complementary Color

#ffc0ba #baf9ff

#ffc0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc0ba Color CSS Codes

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

#ffc0ba Text Font Color

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

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


#ffc0ba Background Color

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

This div background color is #ffc0ba


#ffc0ba Border Color

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

This div border color is #ffc0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc0ba

Related Colors


Comments

No comments written yet.

Please login to write comment.