Color Hex Logo

#bcdcfd Color Hex

#BCDCFD
(188,220,253)
0 Favorites   0 Comments

Color spaces of #bcdcfd

RGB 188220253
HSL0.580.940.86
HSV210°26°99°
CMYK 0.260.130.00   0.01
XYZ64.061968.9696102.8646
Yxy68.96960.27160.2924
Hunter Lab83.0479-7.6417-15.3041
CIE-Lab86.4890-3.3764-19.5398

#bcdcfd color RGB value is (188,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 11111101
Octal 274 334 375
Decimal 188 220 253
Hex BC DC FD

RGB Percentages of Color #bcdcfd

%28.44
%33.28
%38.28

CMYK Percentages of Color #bcdcfd

%26
%13
%0
%1

Triadic Colors of #bcdcfd

#bcdcfd #fdbcdc #dcfdbc

Analogous Colors of #bcdcfd

#bcdcfd #bdbcfd #bcfdfd

Monochromatic Colors of #bcdcfd

#bcdcfd

Complementary Color

#bcdcfd #fdddbc

#bcdcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcfd Color CSS Codes

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

#bcdcfd Text Font Color

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

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


#bcdcfd Background Color

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

This div background color is #bcdcfd


#bcdcfd Border Color

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

This div border color is #bcdcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcfd


Comments

No comments written yet.

Please login to write comment.