Color Hex Logo

#b5caed Color Hex

#B5CAED
(181,202,237)
0 Favorites   0 Comments

Color spaces of #b5caed

RGB 181202237
HSL0.600.610.82
HSV218°24°93°
CMYK 0.240.150.00   0.07
XYZ55.462658.179288.4273
Yxy58.17920.27450.2879
Hunter Lab76.2753-3.6878-15.3432
CIE-Lab80.83830.4148-19.6347

#b5caed color RGB value is (181,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001010 11101101
Octal 265 312 355
Decimal 181 202 237
Hex B5 CA ED

RGB Percentages of Color #b5caed

%29.19
%32.58
%38.23

CMYK Percentages of Color #b5caed

%24
%15
%0
%7

Triadic Colors of #b5caed

#b5caed #edb5ca #caedb5

Analogous Colors of #b5caed

#b5caed #bcb5ed #b5e6ed

Monochromatic Colors of #b5caed

#b5caed

Complementary Color

#b5caed #edd8b5

#b5caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5caed Color CSS Codes

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

#b5caed Text Font Color

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

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


#b5caed Background Color

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

This div background color is #b5caed


#b5caed Border Color

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

This div border color is #b5caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5caed


Comments

No comments written yet.

Please login to write comment.