Color Hex Logo

#b3caed Color Hex

#B3CAED
(179,202,237)
0 Favorites   0 Comments

Color spaces of #b3caed

RGB 179202237
HSL0.600.620.82
HSV216°24°93°
CMYK 0.240.150.00   0.07
XYZ54.997057.939288.4055
Yxy57.93920.27320.2878
Hunter Lab76.1178-4.2355-15.5787
CIE-Lab80.7050-0.1829-19.8493

#b3caed color RGB value is (179,202,237).

#b3caed hex color red value is 179, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b3caed hue: 0.60 , saturation: 0.62 and the lightness value of b3caed is 0.82.

The process color (four color CMYK) of #b3caed color hex is 0.24, 0.15, 0.00, 0.07. Web safe color of #b3caed is #ccccff. Color #b3caed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001010 11101101
Octal 263 312 355
Decimal 179 202 237
Hex B3 CA ED

RGB Percentages of Color #b3caed

%28.96
%32.69
%38.35

CMYK Percentages of Color #b3caed

%24
%15
%0
%7

Triadic Colors of #b3caed

#b3caed #edb3ca #caedb3

Analogous Colors of #b3caed

#b3caed #b9b3ed #b3e7ed

Monochromatic Colors of #b3caed

#b3caed

Complementary Color

#b3caed #edd6b3

#b3caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3caed Color CSS Codes

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

#b3caed Text Font Color

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

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


#b3caed Background Color

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

This div background color is #b3caed


#b3caed Border Color

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

This div border color is #b3caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3caed


Comments

No comments written yet.

Please login to write comment.