Color Hex Logo

#bcdafa Color Hex

#BCDAFA
(188,218,250)
0 Favorites   0 Comments

Color spaces of #bcdafa

RGB 188218250
HSL0.590.860.86
HSV211°25°98°
CMYK 0.250.130.00   0.02
XYZ63.065867.7363100.1930
Yxy67.73630.27300.2932
Hunter Lab82.3021-7.2490-14.5671
CIE-Lab85.8744-3.0114-18.8856

#bcdafa color RGB value is (188,218,250).

#bcdafa hex color red value is 188, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bcdafa hue: 0.59 , saturation: 0.86 and the lightness value of bcdafa is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 11111010
Octal 274 332 372
Decimal 188 218 250
Hex BC DA FA

RGB Percentages of Color #bcdafa

%28.66
%33.23
%38.11

CMYK Percentages of Color #bcdafa

%25
%13
%0
%2

Triadic Colors of #bcdafa

#bcdafa #fabcda #dafabc

Analogous Colors of #bcdafa

#bcdafa #bdbcfa #bcf9fa

Monochromatic Colors of #bcdafa

#bcdafa

Complementary Color

#bcdafa #fadcbc

#bcdafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdafa Color CSS Codes

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

#bcdafa Text Font Color

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

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


#bcdafa Background Color

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

This div background color is #bcdafa


#bcdafa Border Color

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

This div border color is #bcdafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdafa


Comments

No comments written yet.

Please login to write comment.