Color Hex Logo

#bcddfd Color Hex

#BCDDFD
(188,221,253)
0 Favorites   0 Comments

Color spaces of #bcddfd

RGB 188221253
HSL0.580.940.86
HSV210°26°99°
CMYK 0.260.130.00   0.01
XYZ64.325169.4961102.9523
Yxy69.49610.27170.2935
Hunter Lab83.3643-8.1544-14.8663
CIE-Lab86.7491-3.8981-19.1471

#bcddfd color RGB value is (188,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 11111101
Octal 274 335 375
Decimal 188 221 253
Hex BC DD FD

RGB Percentages of Color #bcddfd

%28.40
%33.38
%38.22

CMYK Percentages of Color #bcddfd

%26
%13
%0
%1

Triadic Colors of #bcddfd

#bcddfd #fdbcdd #ddfdbc

Analogous Colors of #bcddfd

#bcddfd #bcbdfd #bcfdfd

Monochromatic Colors of #bcddfd

#bcddfd

Complementary Color

#bcddfd #fddcbc

#bcddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddfd Color CSS Codes

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

#bcddfd Text Font Color

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

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


#bcddfd Background Color

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

This div background color is #bcddfd


#bcddfd Border Color

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

This div border color is #bcddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddfd


Comments

No comments written yet.

Please login to write comment.