Color Hex Logo

#bcdffd Color Hex

#BCDFFD
(188,223,253)
0 Favorites   0 Comments

Color spaces of #bcdffd

RGB 188223253
HSL0.580.940.86
HSV208°26°99°
CMYK 0.260.120.00   0.01
XYZ64.856370.5586103.1294
Yxy70.55860.27190.2958
Hunter Lab83.9992-9.1775-13.9935
CIE-Lab87.2701-4.9387-18.3613

#bcdffd color RGB value is (188,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11111101
Octal 274 337 375
Decimal 188 223 253
Hex BC DF FD

RGB Percentages of Color #bcdffd

%28.31
%33.58
%38.10

CMYK Percentages of Color #bcdffd

%26
%12
%0
%1

Triadic Colors of #bcdffd

#bcdffd #fdbcdf #dffdbc

Analogous Colors of #bcdffd

#bcdffd #bcbffd #bcfdfb

Monochromatic Colors of #bcdffd

#bcdffd

Complementary Color

#bcdffd #fddabc

#bcdffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdffd Color CSS Codes

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

#bcdffd Text Font Color

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

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


#bcdffd Background Color

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

This div background color is #bcdffd


#bcdffd Border Color

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

This div border color is #bcdffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdffd

#bcdffd Color Palettes


Comments

No comments written yet.

Please login to write comment.