Color Hex Logo

#bceff8 Color Hex

#BCEFF8
(188,239,248)
0 Favorites   0 Comments

Color spaces of #bceff8

RGB 188239248
HSL0.530.810.85
HSV189°24°97°
CMYK 0.240.040.00   0.03
XYZ68.548879.2017100.4815
Yxy79.20170.27610.3191
Hunter Lab88.9953-18.2519-4.6455
CIE-Lab91.3255-14.2185-9.6737

#bceff8 color RGB value is (188,239,248).

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

The process color (four color CMYK) of #bceff8 color hex is 0.24, 0.04, 0.00, 0.03. Web safe color of #bceff8 is #ccffff. Color #bceff8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 11111000
Octal 274 357 370
Decimal 188 239 248
Hex BC EF F8

RGB Percentages of Color #bceff8

%27.85
%35.41
%36.74

CMYK Percentages of Color #bceff8

%24
%4
%0
%3

Triadic Colors of #bceff8

#bceff8 #f8bcef #eff8bc

Analogous Colors of #bceff8

#bceff8 #bcd1f8 #bcf8e3

Monochromatic Colors of #bceff8

#bceff8

Complementary Color

#bceff8 #f8c5bc

#bceff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceff8 Color CSS Codes

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

#bceff8 Text Font Color

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

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


#bceff8 Background Color

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

This div background color is #bceff8


#bceff8 Border Color

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

This div border color is #bceff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceff8

Related Colors


Comments

No comments written yet.

Please login to write comment.