Color Hex Logo

#bccdfd Color Hex

#BCCDFD
(188,205,253)
0 Favorites   0 Comments

Color spaces of #bccdfd

RGB 188205253
HSL0.620.940.86
HSV224°26°99°
CMYK 0.260.190.00   0.01
XYZ60.300061.4459101.6106
Yxy61.44590.27000.2751
Hunter Lab78.38740.1342-21.9841
CIE-Lab82.61794.5547-25.4135

#bccdfd color RGB value is (188,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11111101
Octal 274 315 375
Decimal 188 205 253
Hex BC CD FD

RGB Percentages of Color #bccdfd

%29.10
%31.73
%39.16

CMYK Percentages of Color #bccdfd

%26
%19
%0
%1

Triadic Colors of #bccdfd

#bccdfd #fdbccd #cdfdbc

Analogous Colors of #bccdfd

#bccdfd #ccbcfd #bceefd

Monochromatic Colors of #bccdfd

#bccdfd

Complementary Color

#bccdfd #fdecbc

#bccdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdfd Color CSS Codes

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

#bccdfd Text Font Color

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

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


#bccdfd Background Color

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

This div background color is #bccdfd


#bccdfd Border Color

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

This div border color is #bccdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdfd


Comments

No comments written yet.

Please login to write comment.