Color Hex Logo

#bcdef7 Color Hex

#BCDEF7
(188,222,247)
0 Favorites   0 Comments

Color spaces of #bcdef7

RGB 188222247
HSL0.570.790.85
HSV205°24°97°
CMYK 0.240.100.00   0.03
XYZ63.648869.649398.0847
Yxy69.64930.27510.3010
Hunter Lab83.4562-9.9132-11.2633
CIE-Lab86.8246-5.7672-15.8732

#bcdef7 color RGB value is (188,222,247).

#bcdef7 hex color red value is 188, green value is 222 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #bcdef7 hue: 0.57 , saturation: 0.79 and the lightness value of bcdef7 is 0.85.

The process color (four color CMYK) of #bcdef7 color hex is 0.24, 0.10, 0.00, 0.03. Web safe color of #bcdef7 is #ccccff. Color #bcdef7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11110111
Octal 274 336 367
Decimal 188 222 247
Hex BC DE F7

RGB Percentages of Color #bcdef7

%28.61
%33.79
%37.60

CMYK Percentages of Color #bcdef7

%24
%10
%0
%3

Triadic Colors of #bcdef7

#bcdef7 #f7bcde #def7bc

Analogous Colors of #bcdef7

#bcdef7 #bcc1f7 #bcf7f3

Monochromatic Colors of #bcdef7

#bcdef7

Complementary Color

#bcdef7 #f7d5bc

#bcdef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdef7 Color CSS Codes

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

#bcdef7 Text Font Color

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

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


#bcdef7 Background Color

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

This div background color is #bcdef7


#bcdef7 Border Color

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

This div border color is #bcdef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdef7


Comments

No comments written yet.

Please login to write comment.