Color Hex Logo

#bcdafd Color Hex

#BCDAFD
(188,218,253)
0 Favorites   0 Comments

Color spaces of #bcdafd

RGB 188218253
HSL0.590.940.86
HSV212°26°99°
CMYK 0.260.140.00   0.01
XYZ63.540167.9260102.6906
Yxy67.92600.27140.2901
Hunter Lab82.4172-6.6144-16.1824
CIE-Lab85.9694-2.3305-20.3249

#bcdafd color RGB value is (188,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 11111101
Octal 274 332 375
Decimal 188 218 253
Hex BC DA FD

RGB Percentages of Color #bcdafd

%28.53
%33.08
%38.39

CMYK Percentages of Color #bcdafd

%26
%14
%0
%1

Triadic Colors of #bcdafd

#bcdafd #fdbcda #dafdbc

Analogous Colors of #bcdafd

#bcdafd #bfbcfd #bcfbfd

Monochromatic Colors of #bcdafd

#bcdafd

Complementary Color

#bcdafd #fddfbc

#bcdafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdafd Color CSS Codes

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

#bcdafd Text Font Color

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

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


#bcdafd Background Color

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

This div background color is #bcdafd


#bcdafd Border Color

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

This div border color is #bcdafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdafd

Related Colors


Comments

No comments written yet.

Please login to write comment.