Color Hex Logo

#b8cafd Color Hex

#B8CAFD
(184,202,253)
0 Favorites   0 Comments

Color spaces of #b8cafd

RGB 184202253
HSL0.620.950.86
HSV224°27°99°
CMYK 0.270.200.00   0.01
XYZ58.617359.5233101.3282
Yxy59.52330.26710.2712
Hunter Lab77.15130.6041-23.8637
CIE-Lab81.57845.0011-27.0244

#b8cafd color RGB value is (184,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001010 11111101
Octal 270 312 375
Decimal 184 202 253
Hex B8 CA FD

RGB Percentages of Color #b8cafd

%28.79
%31.61
%39.59

CMYK Percentages of Color #b8cafd

%27
%20
%0
%1

Triadic Colors of #b8cafd

#b8cafd #fdb8ca #cafdb8

Analogous Colors of #b8cafd

#b8cafd #c9b8fd #b8edfd

Monochromatic Colors of #b8cafd

#b8cafd

Complementary Color

#b8cafd #fdebb8

#b8cafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cafd Color CSS Codes

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

#b8cafd Text Font Color

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

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


#b8cafd Background Color

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

This div background color is #b8cafd


#b8cafd Border Color

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

This div border color is #b8cafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cafd


Comments

No comments written yet.

Please login to write comment.