Color Hex Logo

#bcfcda Color Hex

#BCFCDA
(188,252,218)
0 Favorites   0 Comments

Color spaces of #bcfcda

RGB 188252218
HSL0.410.910.86
HSV148°25°99°
CMYK 0.250.000.13   0.01
XYZ68.204385.374179.2138
Yxy85.37410.29300.3667
Hunter Lab92.3981-29.935713.8488
CIE-Lab94.0441-26.68919.8536

#bcfcda color RGB value is (188,252,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 11011010
Octal 274 374 332
Decimal 188 252 218
Hex BC FC DA

RGB Percentages of Color #bcfcda

%28.57
%38.30
%33.13

CMYK Percentages of Color #bcfcda

%25
%0
%13
%1

Triadic Colors of #bcfcda

#bcfcda #dabcfc #fcdabc

Analogous Colors of #bcfcda

#bcfcda #bcfcfa #befcbc

Monochromatic Colors of #bcfcda

#bcfcda

Complementary Color

#bcfcda #fcbcde

#bcfcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfcda Color CSS Codes

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

#bcfcda Text Font Color

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

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


#bcfcda Background Color

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

This div background color is #bcfcda


#bcfcda Border Color

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

This div border color is #bcfcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfcda

Related Colors


Comments

No comments written yet.

Please login to write comment.