Color Hex Logo

#b0c4ca Color Hex

#B0C4CA
(176,196,202)
0 Favorites   0 Comments

Color spaces of #b0c4ca

RGB 176196202
HSL0.540.200.74
HSV194°13°79°
CMYK 0.130.030.00   0.21
XYZ48.305152.974263.5562
Yxy52.97420.29310.3214
Hunter Lab72.7834-8.9035-0.8251
CIE-Lab77.8598-5.5539-5.3188

#b0c4ca color RGB value is (176,196,202).

#b0c4ca hex color red value is 176, green value is 196 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b0c4ca hue: 0.54 , saturation: 0.20 and the lightness value of b0c4ca is 0.74.

The process color (four color CMYK) of #b0c4ca color hex is 0.13, 0.03, 0.00, 0.21. Web safe color of #b0c4ca is #99cccc. Color #b0c4ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11000100 11001010
Octal 260 304 312
Decimal 176 196 202
Hex B0 C4 CA

RGB Percentages of Color #b0c4ca

%30.66
%34.15
%35.19

CMYK Percentages of Color #b0c4ca

%13
%3
%0
%21

Triadic Colors of #b0c4ca

#b0c4ca #cab0c4 #c4cab0

Analogous Colors of #b0c4ca

#b0c4ca #b0b7ca #b0cac3

Monochromatic Colors of #b0c4ca

#b0c4ca

Complementary Color

#b0c4ca #cab6b0

#b0c4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0c4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0c4ca Color CSS Codes

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

#b0c4ca Text Font Color

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

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


#b0c4ca Background Color

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

This div background color is #b0c4ca


#b0c4ca Border Color

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

This div border color is #b0c4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0c4ca


Comments

No comments written yet.

Please login to write comment.