Color Hex Logo

#ffcaba Color Hex

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

Color spaces of #ffcaba

RGB 255202186
HSL0.041.000.86
HSV14°27°100°
CMYK 0.000.210.27   0.00
XYZ71.223567.046255.6417
Yxy67.04620.36730.3458
Hunter Lab81.881711.972317.0275
CIE-Lab85.527316.531415.1489

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

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

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

Base Numbers

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

RGB Percentages of Color #ffcaba

%39.66
%31.42
%28.93

CMYK Percentages of Color #ffcaba

%0
%21
%27
%0

Triadic Colors of #ffcaba

#ffcaba #baffca #cabaff

Analogous Colors of #ffcaba

#ffcaba #ffedba #ffbacd

Monochromatic Colors of #ffcaba

#ffcaba

Complementary Color

#ffcaba #baefff

#ffcaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcaba Color CSS Codes

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

#ffcaba Text Font Color

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

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


#ffcaba Background Color

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

This div background color is #ffcaba


#ffcaba Border Color

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

This div border color is #ffcaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcaba

Related Colors


Comments

No comments written yet.

Please login to write comment.