Color Hex Logo

#bcdfda Color Hex

#BCDFDA
(188,223,218)
0 Favorites   0 Comments

Color spaces of #bcdfda

RGB 188223218
HSL0.480.350.81
HSV171°16°87°
CMYK 0.160.000.02   0.13
XYZ59.781668.528776.4062
Yxy68.52870.29200.3347
Hunter Lab82.7821-15.96373.2240
CIE-Lab86.2701-12.4226-1.3989

#bcdfda color RGB value is (188,223,218).

#bcdfda hex color red value is 188, green value is 223 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bcdfda hue: 0.48 , saturation: 0.35 and the lightness value of bcdfda is 0.81.

The process color (four color CMYK) of #bcdfda color hex is 0.16, 0.00, 0.02, 0.13. Web safe color of #bcdfda is #cccccc. Color #bcdfda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11011010
Octal 274 337 332
Decimal 188 223 218
Hex BC DF DA

RGB Percentages of Color #bcdfda

%29.89
%35.45
%34.66

CMYK Percentages of Color #bcdfda

%16
%0
%2
%13

Triadic Colors of #bcdfda

#bcdfda #dabcdf #dfdabc

Analogous Colors of #bcdfda

#bcdfda #bcd3df #bcdfc9

Monochromatic Colors of #bcdfda

#bcdfda

Complementary Color

#bcdfda #dfbcc1

#bcdfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfda Color CSS Codes

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

#bcdfda Text Font Color

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

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


#bcdfda Background Color

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

This div background color is #bcdfda


#bcdfda Border Color

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

This div border color is #bcdfda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,223,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 #bcdfda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfda


Comments

No comments written yet.

Please login to write comment.