Color Hex Logo

#bccff8 Color Hex

#BCCFF8
(188,207,248)
0 Favorites   0 Comments

Color spaces of #bccff8

RGB 188207248
HSL0.610.810.85
HSV221°24°97°
CMYK 0.240.170.00   0.03
XYZ59.995162.094397.6303
Yxy62.09430.27310.2826
Hunter Lab78.7999-1.9972-18.2982
CIE-Lab82.96352.3393-22.2314

#bccff8 color RGB value is (188,207,248).

#bccff8 hex color red value is 188, green value is 207 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #bccff8 hue: 0.61 , saturation: 0.81 and the lightness value of bccff8 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 11111000
Octal 274 317 370
Decimal 188 207 248
Hex BC CF F8

RGB Percentages of Color #bccff8

%29.24
%32.19
%38.57

CMYK Percentages of Color #bccff8

%24
%17
%0
%3

Triadic Colors of #bccff8

#bccff8 #f8bccf #cff8bc

Analogous Colors of #bccff8

#bccff8 #c7bcf8 #bcedf8

Monochromatic Colors of #bccff8

#bccff8

Complementary Color

#bccff8 #f8e5bc

#bccff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccff8 Color CSS Codes

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

#bccff8 Text Font Color

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

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


#bccff8 Background Color

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

This div background color is #bccff8


#bccff8 Border Color

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

This div border color is #bccff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccff8

Related Colors


Comments

No comments written yet.

Please login to write comment.