Color Hex Logo

#b4cafd Color Hex

#B4CAFD
(180,202,253)
0 Favorites   0 Comments

Color spaces of #b4cafd

RGB 180202253
HSL0.620.950.85
HSV222°29°99°
CMYK 0.290.200.00   0.01
XYZ57.672559.0362101.2840
Yxy59.03620.26460.2708
Hunter Lab76.8350-0.4789-24.3716
CIE-Lab81.31153.8525-27.4562

#b4cafd color RGB value is (180,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001010 11111101
Octal 264 312 375
Decimal 180 202 253
Hex B4 CA FD

RGB Percentages of Color #b4cafd

%28.35
%31.81
%39.84

CMYK Percentages of Color #b4cafd

%29
%20
%0
%1

Triadic Colors of #b4cafd

#b4cafd #fdb4ca #cafdb4

Analogous Colors of #b4cafd

#b4cafd #c3b4fd #b4effd

Monochromatic Colors of #b4cafd

#b4cafd

Complementary Color

#b4cafd #fde7b4

#b4cafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cafd Color CSS Codes

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

#b4cafd Text Font Color

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

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


#b4cafd Background Color

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

This div background color is #b4cafd


#b4cafd Border Color

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

This div border color is #b4cafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cafd

Related Colors

#b4cafd Color Palettes


Comments

No comments written yet.

Please login to write comment.