Color Hex Logo

#b8cafa Color Hex

#B8CAFA
(184,202,250)
0 Favorites   0 Comments

Color spaces of #b8cafa

RGB 184202250
HSL0.620.870.85
HSV224°26°98°
CMYK 0.260.190.00   0.02
XYZ58.143059.333598.8305
Yxy59.33350.26880.2743
Hunter Lab77.0282-0.0628-22.1518
CIE-Lab81.47464.2976-25.5857

#b8cafa color RGB value is (184,202,250).

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

The process color (four color CMYK) of #b8cafa color hex is 0.26, 0.19, 0.00, 0.02. Web safe color of #b8cafa is #ccccff. Color #b8cafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001010 11111010
Octal 270 312 372
Decimal 184 202 250
Hex B8 CA FA

RGB Percentages of Color #b8cafa

%28.93
%31.76
%39.31

CMYK Percentages of Color #b8cafa

%26
%19
%0
%2

Triadic Colors of #b8cafa

#b8cafa #fab8ca #cafab8

Analogous Colors of #b8cafa

#b8cafa #c7b8fa #b8ebfa

Monochromatic Colors of #b8cafa

#b8cafa

Complementary Color

#b8cafa #fae8b8

#b8cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cafa Color CSS Codes

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

#b8cafa Text Font Color

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

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


#b8cafa Background Color

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

This div background color is #b8cafa


#b8cafa Border Color

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

This div border color is #b8cafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cafa


Comments

No comments written yet.

Please login to write comment.