Color Hex Logo

#b3c1ca Color Hex

#B3C1CA
(179,193,202)
1 Favorites   0 Comments

Color spaces of #b3c1ca

RGB 179193202
HSL0.570.180.75
HSV203°11°79°
CMYK 0.110.040.00   0.21
XYZ48.321051.987963.3650
Yxy51.98790.29520.3176
Hunter Lab72.1026-6.5543-1.6332
CIE-Lab77.2736-2.9836-6.1616

#b3c1ca color RGB value is (179,193,202).

#b3c1ca hex color red value is 179, green value is 193 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b3c1ca hue: 0.57 , saturation: 0.18 and the lightness value of b3c1ca is 0.75.

The process color (four color CMYK) of #b3c1ca color hex is 0.11, 0.04, 0.00, 0.21. Web safe color of #b3c1ca is #cccccc. Color #b3c1ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11000001 11001010
Octal 263 301 312
Decimal 179 193 202
Hex B3 C1 CA

RGB Percentages of Color #b3c1ca

%31.18
%33.62
%35.19

CMYK Percentages of Color #b3c1ca

%11
%4
%0
%21

Triadic Colors of #b3c1ca

#b3c1ca #cab3c1 #c1cab3

Analogous Colors of #b3c1ca

#b3c1ca #b3b6ca #b3cac8

Monochromatic Colors of #b3c1ca

#b3c1ca

Complementary Color

#b3c1ca #cabcb3

#b3c1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3c1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3c1ca Color CSS Codes

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

#b3c1ca Text Font Color

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

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


#b3c1ca Background Color

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

This div background color is #b3c1ca


#b3c1ca Border Color

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

This div border color is #b3c1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3c1ca

#b3c1ca Color Palettes


Comments

No comments written yet.

Please login to write comment.