Color Hex Logo

#bcffdf Color Hex

#BCFFDF
(188,255,223)
0 Favorites   0 Comments

Color spaces of #bcffdf

RGB 188255223
HSL0.421.000.87
HSV151°26°100°
CMYK 0.260.000.13   0.00
XYZ69.818387.539183.0290
Yxy87.53910.29040.3642
Hunter Lab93.5623-30.533412.8786
CIE-Lab94.9665-27.16168.6014

#bcffdf color RGB value is (188,255,223).

#bcffdf hex color red value is 188, green value is 255 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bcffdf hue: 0.42 , saturation: 1.00 and the lightness value of bcffdf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 11011111
Octal 274 377 337
Decimal 188 255 223
Hex BC FF DF

RGB Percentages of Color #bcffdf

%28.23
%38.29
%33.48

CMYK Percentages of Color #bcffdf

%26
%0
%13
%0

Triadic Colors of #bcffdf

#bcffdf #dfbcff #ffdfbc

Analogous Colors of #bcffdf

#bcffdf #bcfeff #bcffbe

Monochromatic Colors of #bcffdf

#bcffdf

Complementary Color

#bcffdf #ffbcdc

#bcffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcffdf Color CSS Codes

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

#bcffdf Text Font Color

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

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


#bcffdf Background Color

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

This div background color is #bcffdf


#bcffdf Border Color

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

This div border color is #bcffdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcffdf

#bcffdf Color Palettes


Comments

No comments written yet.

Please login to write comment.