Color Hex Logo

#b5cafc Color Hex

#B5CAFC
(181,202,252)
0 Favorites   0 Comments

Color spaces of #b5cafc

RGB 181202252
HSL0.620.920.85
HSV222°28°99°
CMYK 0.280.200.00   0.01
XYZ57.747359.0931100.4580
Yxy59.09310.26580.2719
Hunter Lab76.8720-0.4345-23.6710
CIE-Lab81.34273.9007-26.8702

#b5cafc color RGB value is (181,202,252).

#b5cafc hex color red value is 181, green value is 202 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b5cafc hue: 0.62 , saturation: 0.92 and the lightness value of b5cafc is 0.85.

The process color (four color CMYK) of #b5cafc color hex is 0.28, 0.20, 0.00, 0.01. Web safe color of #b5cafc is #ccccff. Color #b5cafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001010 11111100
Octal 265 312 374
Decimal 181 202 252
Hex B5 CA FC

RGB Percentages of Color #b5cafc

%28.50
%31.81
%39.69

CMYK Percentages of Color #b5cafc

%28
%20
%0
%1

Triadic Colors of #b5cafc

#b5cafc #fcb5ca #cafcb5

Analogous Colors of #b5cafc

#b5cafc #c4b5fc #b5eefc

Monochromatic Colors of #b5cafc

#b5cafc

Complementary Color

#b5cafc #fce7b5

#b5cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cafc Color CSS Codes

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

#b5cafc Text Font Color

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

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


#b5cafc Background Color

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

This div background color is #b5cafc


#b5cafc Border Color

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

This div border color is #b5cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cafc

Related Colors


Comments

No comments written yet.

Please login to write comment.