Color Hex Logo

#bceef7 Color Hex

#BCEEF7
(188,238,247)
0 Favorites   0 Comments

Color spaces of #bceef7

RGB 188238247
HSL0.530.790.85
HSV189°24°97°
CMYK 0.240.040.00   0.03
XYZ68.102178.555899.5691
Yxy78.55580.27660.3190
Hunter Lab88.6317-17.9511-4.5643
CIE-Lab91.0329-13.9337-9.5870

#bceef7 color RGB value is (188,238,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11110111
Octal 274 356 367
Decimal 188 238 247
Hex BC EE F7

RGB Percentages of Color #bceef7

%27.93
%35.36
%36.70

CMYK Percentages of Color #bceef7

%24
%4
%0
%3

Triadic Colors of #bceef7

#bceef7 #f7bcee #eef7bc

Analogous Colors of #bceef7

#bceef7 #bcd1f7 #bcf7e3

Monochromatic Colors of #bceef7

#bceef7

Complementary Color

#bceef7 #f7c5bc

#bceef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceef7 Color CSS Codes

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

#bceef7 Text Font Color

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

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


#bceef7 Background Color

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

This div background color is #bceef7


#bceef7 Border Color

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

This div border color is #bceef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceef7


Comments

No comments written yet.

Please login to write comment.