Color Hex Logo

#b5cae0 Color Hex

#B5CAE0
(181,202,224)
0 Favorites   0 Comments

Color spaces of #b5cae0

RGB 181202224
HSL0.590.410.79
HSV211°19°88°
CMYK 0.190.100.00   0.12
XYZ53.631157.446678.7827
Yxy57.44660.28250.3026
Hunter Lab75.7935-6.3330-8.5728
CIE-Lab80.4301-2.4765-13.2918

#b5cae0 color RGB value is (181,202,224).

#b5cae0 hex color red value is 181, green value is 202 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #b5cae0 hue: 0.59 , saturation: 0.41 and the lightness value of b5cae0 is 0.79.

The process color (four color CMYK) of #b5cae0 color hex is 0.19, 0.10, 0.00, 0.12. Web safe color of #b5cae0 is #cccccc. Color #b5cae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001010 11100000
Octal 265 312 340
Decimal 181 202 224
Hex B5 CA E0

RGB Percentages of Color #b5cae0

%29.82
%33.28
%36.90

CMYK Percentages of Color #b5cae0

%19
%10
%0
%12

Triadic Colors of #b5cae0

#b5cae0 #e0b5ca #cae0b5

Analogous Colors of #b5cae0

#b5cae0 #b6b5e0 #b5e0e0

Monochromatic Colors of #b5cae0

#b5cae0

Complementary Color

#b5cae0 #e0cbb5

#b5cae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cae0 Color CSS Codes

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

#b5cae0 Text Font Color

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

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


#b5cae0 Background Color

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

This div background color is #b5cae0


#b5cae0 Border Color

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

This div border color is #b5cae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cae0


Comments

No comments written yet.

Please login to write comment.