Color Hex Logo

#ffc2ba Color Hex

#FFC2BA
(255,194,186)
0 Favorites   0 Comments

Color spaces of #ffc2ba

RGB 255194186
HSL0.021.000.86
HSV27°100°
CMYK 0.000.240.27   0.00
XYZ69.394763.388755.0321
Yxy63.38870.36950.3375
Hunter Lab79.617016.251914.7501
CIE-Lab83.646520.717512.4922

#ffc2ba color RGB value is (255,194,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 10111010
Octal 377 302 272
Decimal 255 194 186
Hex FF C2 BA

RGB Percentages of Color #ffc2ba

%40.16
%30.55
%29.29

CMYK Percentages of Color #ffc2ba

%0
%24
%27
%0

Triadic Colors of #ffc2ba

#ffc2ba #baffc2 #c2baff

Analogous Colors of #ffc2ba

#ffc2ba #ffe5ba #ffbad5

Monochromatic Colors of #ffc2ba

#ffc2ba

Complementary Color

#ffc2ba #baf7ff

#ffc2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc2ba Color CSS Codes

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

#ffc2ba Text Font Color

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

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


#ffc2ba Background Color

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

This div background color is #ffc2ba


#ffc2ba Border Color

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

This div border color is #ffc2ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,194,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 #ffc2ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc2ba


Comments

No comments written yet.

Please login to write comment.