Color Hex Logo

#bcdfff Color Hex

#BCDFFF
(188,223,255)
0 Favorites   0 Comments

Color spaces of #bcdfff

RGB 188223255
HSL0.581.000.87
HSV209°26°100°
CMYK 0.260.130.00   0.00
XYZ65.176770.6867104.8165
Yxy70.68670.27080.2937
Hunter Lab84.0754-8.7556-15.0639
CIE-Lab87.3326-4.4842-19.3189

#bcdfff color RGB value is (188,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11111111
Octal 274 337 377
Decimal 188 223 255
Hex BC DF FF

RGB Percentages of Color #bcdfff

%28.23
%33.48
%38.29

CMYK Percentages of Color #bcdfff

%26
%13
%0
%0

Triadic Colors of #bcdfff

#bcdfff #ffbcdf #dfffbc

Analogous Colors of #bcdfff

#bcdfff #bcbeff #bcfffe

Monochromatic Colors of #bcdfff

#bcdfff

Complementary Color

#bcdfff #ffdcbc

#bcdfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfff Color CSS Codes

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

#bcdfff Text Font Color

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

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


#bcdfff Background Color

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

This div background color is #bcdfff


#bcdfff Border Color

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

This div border color is #bcdfff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,223,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bcdfff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfff


Comments

No comments written yet.

Please login to write comment.