Color Hex Logo

#ffb5ca Color Hex

#FFB5CA
(255,181,202)
0 Favorites   0 Comments

Color spaces of #ffb5ca

RGB 255181202
HSL0.951.000.85
HSV343°29°100°
CMYK 0.000.290.21   0.00
XYZ68.424558.572063.5763
Yxy58.57200.35900.3073
Hunter Lab76.532325.65814.3198
CIE-Lab81.055829.77630.1739

#ffb5ca color RGB value is (255,181,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110101 11001010
Octal 377 265 312
Decimal 255 181 202
Hex FF B5 CA

RGB Percentages of Color #ffb5ca

%39.97
%28.37
%31.66

CMYK Percentages of Color #ffb5ca

%0
%29
%21
%0

Triadic Colors of #ffb5ca

#ffb5ca #caffb5 #b5caff

Analogous Colors of #ffb5ca

#ffb5ca #ffc5b5 #ffb5ef

Monochromatic Colors of #ffb5ca

#ffb5ca

Complementary Color

#ffb5ca #b5ffea

#ffb5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb5ca Color CSS Codes

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

#ffb5ca Text Font Color

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

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


#ffb5ca Background Color

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

This div background color is #ffb5ca


#ffb5ca Border Color

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

This div border color is #ffb5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb5ca

#ffb5ca Color Palettes


Comments

No comments written yet.

Please login to write comment.