Color Hex Logo

#bccafb Color Hex

#BCCAFB
(188,202,251)
0 Favorites   0 Comments

Color spaces of #bccafb

RGB 188202251
HSL0.630.890.86
HSV227°25°98°
CMYK 0.250.200.00   0.02
XYZ59.272259.897599.7042
Yxy59.89750.27080.2737
Hunter Lab77.39351.2666-22.2065
CIE-Lab81.78245.7006-25.6238

#bccafb color RGB value is (188,202,251).

#bccafb hex color red value is 188, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bccafb hue: 0.63 , saturation: 0.89 and the lightness value of bccafb is 0.86.

The process color (four color CMYK) of #bccafb color hex is 0.25, 0.20, 0.00, 0.02. Web safe color of #bccafb is #ccccff. Color #bccafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 11111011
Octal 274 312 373
Decimal 188 202 251
Hex BC CA FB

RGB Percentages of Color #bccafb

%29.33
%31.51
%39.16

CMYK Percentages of Color #bccafb

%25
%20
%0
%2

Triadic Colors of #bccafb

#bccafb #fbbcca #cafbbc

Analogous Colors of #bccafb

#bccafb #cebcfb #bceafb

Monochromatic Colors of #bccafb

#bccafb

Complementary Color

#bccafb #fbedbc

#bccafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccafb Color CSS Codes

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

#bccafb Text Font Color

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

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


#bccafb Background Color

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

This div background color is #bccafb


#bccafb Border Color

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

This div border color is #bccafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccafb


Comments

No comments written yet.

Please login to write comment.