Color Hex Logo

#ffbaca Color Hex

#FFBACA
(255,186,202)
0 Favorites   0 Comments

Color spaces of #ffbaca

RGB 255186202
HSL0.961.000.86
HSV346°27°100°
CMYK 0.000.270.21   0.00
XYZ69.459660.642163.9213
Yxy60.64210.35800.3126
Hunter Lab77.873022.93705.8435
CIE-Lab82.186027.15311.8207

#ffbaca color RGB value is (255,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 11001010
Octal 377 272 312
Decimal 255 186 202
Hex FF BA CA

RGB Percentages of Color #ffbaca

%39.66
%28.93
%31.42

CMYK Percentages of Color #ffbaca

%0
%27
%21
%0

Triadic Colors of #ffbaca

#ffbaca #caffba #bacaff

Analogous Colors of #ffbaca

#ffbaca #ffcdba #ffbaed

Monochromatic Colors of #ffbaca

#ffbaca

Complementary Color

#ffbaca #baffef

#ffbaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbaca Color CSS Codes

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

#ffbaca Text Font Color

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

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


#ffbaca Background Color

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

This div background color is #ffbaca


#ffbaca Border Color

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

This div border color is #ffbaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbaca

Related Colors


Comments

No comments written yet.

Please login to write comment.