Color Hex Logo

#bcdafe Color Hex

#BCDAFE
(188,218,254)
0 Favorites   0 Comments

Color spaces of #bcdafe

RGB 188218254
HSL0.590.970.87
HSV213°26°100°
CMYK 0.260.140.00   0.00
XYZ63.699867.9899103.5320
Yxy67.98990.27080.2890
Hunter Lab82.4560-6.4012-16.7255
CIE-Lab86.0014-2.1023-20.8040

#bcdafe color RGB value is (188,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 11111110
Octal 274 332 376
Decimal 188 218 254
Hex BC DA FE

RGB Percentages of Color #bcdafe

%28.48
%33.03
%38.48

CMYK Percentages of Color #bcdafe

%26
%14
%0
%0

Triadic Colors of #bcdafe

#bcdafe #febcda #dafebc

Analogous Colors of #bcdafe

#bcdafe #bfbcfe #bcfbfe

Monochromatic Colors of #bcdafe

#bcdafe

Complementary Color

#bcdafe #fee0bc

#bcdafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdafe Color CSS Codes

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

#bcdafe Text Font Color

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

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


#bcdafe Background Color

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

This div background color is #bcdafe


#bcdafe Border Color

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

This div border color is #bcdafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdafe

Related Colors


Comments

No comments written yet.

Please login to write comment.