Color Hex Logo

#bcc5fd Color Hex

#BCC5FD
(188,197,253)
0 Favorites   0 Comments

Color spaces of #bcc5fd

RGB 188197253
HSL0.640.940.86
HSV232°26°99°
CMYK 0.260.220.00   0.01
XYZ58.434957.7157100.9889
Yxy57.71570.26910.2658
Hunter Lab75.97084.3488-25.6353
CIE-Lab80.58058.8605-28.5268

#bcc5fd color RGB value is (188,197,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 11111101
Octal 274 305 375
Decimal 188 197 253
Hex BC C5 FD

RGB Percentages of Color #bcc5fd

%29.47
%30.88
%39.66

CMYK Percentages of Color #bcc5fd

%26
%22
%0
%1

Triadic Colors of #bcc5fd

#bcc5fd #fdbcc5 #c5fdbc

Analogous Colors of #bcc5fd

#bcc5fd #d4bcfd #bce6fd

Monochromatic Colors of #bcc5fd

#bcc5fd

Complementary Color

#bcc5fd #fdf4bc

#bcc5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc5fd Color CSS Codes

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

#bcc5fd Text Font Color

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

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


#bcc5fd Background Color

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

This div background color is #bcc5fd


#bcc5fd Border Color

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

This div border color is #bcc5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc5fd


Comments

No comments written yet.

Please login to write comment.