Color Hex Logo

#bcdef1 Color Hex

#BCDEF1
(188,222,241)
0 Favorites   0 Comments

Color spaces of #bcdef1

RGB 188222241
HSL0.560.650.84
HSV202°22°95°
CMYK 0.220.080.00   0.05
XYZ62.737569.284893.2858
Yxy69.28480.27850.3075
Hunter Lab83.2375-11.1272-8.1812
CIE-Lab86.6449-7.0905-12.9801

#bcdef1 color RGB value is (188,222,241).

#bcdef1 hex color red value is 188, green value is 222 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bcdef1 hue: 0.56 , saturation: 0.65 and the lightness value of bcdef1 is 0.84.

The process color (four color CMYK) of #bcdef1 color hex is 0.22, 0.08, 0.00, 0.05. Web safe color of #bcdef1 is #ccccff. Color #bcdef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11110001
Octal 274 336 361
Decimal 188 222 241
Hex BC DE F1

RGB Percentages of Color #bcdef1

%28.88
%34.10
%37.02

CMYK Percentages of Color #bcdef1

%22
%8
%0
%5

Triadic Colors of #bcdef1

#bcdef1 #f1bcde #def1bc

Analogous Colors of #bcdef1

#bcdef1 #bcc4f1 #bcf1ea

Monochromatic Colors of #bcdef1

#bcdef1

Complementary Color

#bcdef1 #f1cfbc

#bcdef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdef1 Color CSS Codes

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

#bcdef1 Text Font Color

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

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


#bcdef1 Background Color

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

This div background color is #bcdef1


#bcdef1 Border Color

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

This div border color is #bcdef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdef1


Comments

No comments written yet.

Please login to write comment.