Color Hex Logo

#bce6f0 Color Hex

#BCE6F0
(188,230,240)
1 Favorites   0 Comments

Color spaces of #bce6f0

RGB 188230240
HSL0.530.630.84
HSV192°22°94°
CMYK 0.220.040.00   0.06
XYZ64.764073.576393.2263
Yxy73.57630.27970.3177
Hunter Lab85.7766-15.3361-4.3957
CIE-Lab88.7218-11.4051-9.3587

#bce6f0 color RGB value is (188,230,240).

#bce6f0 hex color red value is 188, green value is 230 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #bce6f0 hue: 0.53 , saturation: 0.63 and the lightness value of bce6f0 is 0.84.

The process color (four color CMYK) of #bce6f0 color hex is 0.22, 0.04, 0.00, 0.06. Web safe color of #bce6f0 is #ccffff. Color #bce6f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 11110000
Octal 274 346 360
Decimal 188 230 240
Hex BC E6 F0

RGB Percentages of Color #bce6f0

%28.57
%34.95
%36.47

CMYK Percentages of Color #bce6f0

%22
%4
%0
%6

Triadic Colors of #bce6f0

#bce6f0 #f0bce6 #e6f0bc

Analogous Colors of #bce6f0

#bce6f0 #bcccf0 #bcf0e0

Monochromatic Colors of #bce6f0

#bce6f0

Complementary Color

#bce6f0 #f0c6bc

#bce6f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce6f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce6f0 Color CSS Codes

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

#bce6f0 Text Font Color

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

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


#bce6f0 Background Color

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

This div background color is #bce6f0


#bce6f0 Border Color

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

This div border color is #bce6f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce6f0


Comments

No comments written yet.

Please login to write comment.