Color Hex Logo

#bcfceb Color Hex

#BCFCEB
(188,252,235)
0 Favorites   0 Comments

Color spaces of #bcfceb

RGB 188252235
HSL0.460.910.86
HSV164°25°99°
CMYK 0.250.000.07   0.01
XYZ70.544886.310391.5387
Yxy86.31030.28400.3475
Hunter Lab92.9033-27.03956.6132
CIE-Lab94.4449-23.35371.6615

#bcfceb color RGB value is (188,252,235).

#bcfceb hex color red value is 188, green value is 252 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bcfceb hue: 0.46 , saturation: 0.91 and the lightness value of bcfceb is 0.86.

The process color (four color CMYK) of #bcfceb color hex is 0.25, 0.00, 0.07, 0.01. Web safe color of #bcfceb is #ccffff. Color #bcfceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 11101011
Octal 274 374 353
Decimal 188 252 235
Hex BC FC EB

RGB Percentages of Color #bcfceb

%27.85
%37.33
%34.81

CMYK Percentages of Color #bcfceb

%25
%0
%7
%1

Triadic Colors of #bcfceb

#bcfceb #ebbcfc #fcebbc

Analogous Colors of #bcfceb

#bcfceb #bcedfc #bcfccb

Monochromatic Colors of #bcfceb

#bcfceb

Complementary Color

#bcfceb #fcbccd

#bcfceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfceb Color CSS Codes

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

#bcfceb Text Font Color

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

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


#bcfceb Background Color

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

This div background color is #bcfceb


#bcfceb Border Color

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

This div border color is #bcfceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfceb


Comments

No comments written yet.

Please login to write comment.