Color Hex Logo

#bcdafc Color Hex

#BCDAFC
(188,218,252)
0 Favorites   0 Comments

Color spaces of #bcdafc

RGB 188218252
HSL0.590.910.86
HSV212°25°99°
CMYK 0.250.130.00   0.01
XYZ63.381167.8624101.8537
Yxy67.86240.27190.2911
Hunter Lab82.3786-6.8269-15.6417
CIE-Lab85.9376-2.5582-19.8455

#bcdafc color RGB value is (188,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 11111100
Octal 274 332 374
Decimal 188 218 252
Hex BC DA FC

RGB Percentages of Color #bcdafc

%28.57
%33.13
%38.30

CMYK Percentages of Color #bcdafc

%25
%13
%0
%1

Triadic Colors of #bcdafc

#bcdafc #fcbcda #dafcbc

Analogous Colors of #bcdafc

#bcdafc #bebcfc #bcfafc

Monochromatic Colors of #bcdafc

#bcdafc

Complementary Color

#bcdafc #fcdebc

#bcdafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdafc Color CSS Codes

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

#bcdafc Text Font Color

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

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


#bcdafc Background Color

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

This div background color is #bcdafc


#bcdafc Border Color

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

This div border color is #bcdafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdafc

Related Colors


Comments

No comments written yet.

Please login to write comment.