Color Hex Logo

#bcebf1 Color Hex

#BCEBF1
(188,235,241)
0 Favorites   0 Comments

Color spaces of #bcebf1

RGB 188235241
HSL0.520.650.84
HSV187°22°95°
CMYK 0.220.020.00   0.05
XYZ66.324676.458994.4815
Yxy76.45890.27950.3223
Hunter Lab87.4408-17.6275-2.8555
CIE-Lab90.0720-13.7186-7.8794

#bcebf1 color RGB value is (188,235,241).

#bcebf1 hex color red value is 188, green value is 235 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bcebf1 hue: 0.52 , saturation: 0.65 and the lightness value of bcebf1 is 0.84.

The process color (four color CMYK) of #bcebf1 color hex is 0.22, 0.02, 0.00, 0.05. Web safe color of #bcebf1 is #ccffff. Color #bcebf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 11110001
Octal 274 353 361
Decimal 188 235 241
Hex BC EB F1

RGB Percentages of Color #bcebf1

%28.31
%35.39
%36.30

CMYK Percentages of Color #bcebf1

%22
%2
%0
%5

Triadic Colors of #bcebf1

#bcebf1 #f1bceb #ebf1bc

Analogous Colors of #bcebf1

#bcebf1 #bcd1f1 #bcf1dd

Monochromatic Colors of #bcebf1

#bcebf1

Complementary Color

#bcebf1 #f1c2bc

#bcebf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebf1 Color CSS Codes

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

#bcebf1 Text Font Color

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

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


#bcebf1 Background Color

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

This div background color is #bcebf1


#bcebf1 Border Color

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

This div border color is #bcebf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebf1


Comments

No comments written yet.

Please login to write comment.