Color Hex Logo

#bcfcc8 Color Hex

#BCFCC8
(188,252,200)
0 Favorites   0 Comments

Color spaces of #bcfcc8

RGB 188252200
HSL0.360.910.86
HSV131°25°99°
CMYK 0.250.000.21   0.01
XYZ65.974884.482367.4731
Yxy84.48230.30270.3877
Hunter Lab91.9143-32.725120.8159
CIE-Lab93.6596-29.963418.5568

#bcfcc8 color RGB value is (188,252,200).

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

The process color (four color CMYK) of #bcfcc8 color hex is 0.25, 0.00, 0.21, 0.01. Web safe color of #bcfcc8 is #ccffcc. Color #bcfcc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 11001000
Octal 274 374 310
Decimal 188 252 200
Hex BC FC C8

RGB Percentages of Color #bcfcc8

%29.38
%39.38
%31.25

CMYK Percentages of Color #bcfcc8

%25
%0
%21
%1

Triadic Colors of #bcfcc8

#bcfcc8 #c8bcfc #fcc8bc

Analogous Colors of #bcfcc8

#bcfcc8 #bcfce8 #d0fcbc

Monochromatic Colors of #bcfcc8

#bcfcc8

Complementary Color

#bcfcc8 #fcbcf0

#bcfcc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfcc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfcc8 Color CSS Codes

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

#bcfcc8 Text Font Color

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

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


#bcfcc8 Background Color

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

This div background color is #bcfcc8


#bcfcc8 Border Color

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

This div border color is #bcfcc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfcc8


Comments

No comments written yet.

Please login to write comment.