Color Hex Logo

#bcccfd Color Hex

#BCCCFD
(188,204,253)
0 Favorites   0 Comments

Color spaces of #bcccfd

RGB 188204253
HSL0.630.940.86
HSV225°26°99°
CMYK 0.260.190.00   0.01
XYZ60.061560.9689101.5311
Yxy60.96890.26990.2739
Hunter Lab78.08260.6585-22.4372
CIE-Lab82.36205.0903-25.8036

#bcccfd color RGB value is (188,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 11111101
Octal 274 314 375
Decimal 188 204 253
Hex BC CC FD

RGB Percentages of Color #bcccfd

%29.15
%31.63
%39.22

CMYK Percentages of Color #bcccfd

%26
%19
%0
%1

Triadic Colors of #bcccfd

#bcccfd #fdbccc #ccfdbc

Analogous Colors of #bcccfd

#bcccfd #cdbcfd #bcedfd

Monochromatic Colors of #bcccfd

#bcccfd

Complementary Color

#bcccfd #fdedbc

#bcccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccfd Color CSS Codes

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

#bcccfd Text Font Color

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

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


#bcccfd Background Color

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

This div background color is #bcccfd


#bcccfd Border Color

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

This div border color is #bcccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccfd


Comments

No comments written yet.

Please login to write comment.