Color Hex Logo

#bcdfdd Color Hex

#BCDFDD
(188,223,221)
0 Favorites   0 Comments

Color spaces of #bcdfdd

RGB 188223221
HSL0.490.350.81
HSV177°16°87°
CMYK 0.160.000.01   0.13
XYZ60.177968.687278.4929
Yxy68.68720.29020.3312
Hunter Lab82.8777-15.42641.8613
CIE-Lab86.3489-11.8176-2.8665

#bcdfdd color RGB value is (188,223,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11011101
Octal 274 337 335
Decimal 188 223 221
Hex BC DF DD

RGB Percentages of Color #bcdfdd

%29.75
%35.28
%34.97

CMYK Percentages of Color #bcdfdd

%16
%0
%1
%13

Triadic Colors of #bcdfdd

#bcdfdd #ddbcdf #dfddbc

Analogous Colors of #bcdfdd

#bcdfdd #bcd0df #bcdfcc

Monochromatic Colors of #bcdfdd

#bcdfdd

Complementary Color

#bcdfdd #dfbcbe

#bcdfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfdd Color CSS Codes

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

#bcdfdd Text Font Color

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

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


#bcdfdd Background Color

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

This div background color is #bcdfdd


#bcdfdd Border Color

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

This div border color is #bcdfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfdd


Comments

No comments written yet.

Please login to write comment.