Color Hex Logo

#bcddc5 Color Hex

#BCDDC5
(188,221,197)
0 Favorites   0 Comments

Color spaces of #bcddc5

RGB 188221197
HSL0.380.330.80
HSV136°15°87°
CMYK 0.150.000.11   0.13
XYZ56.673566.435562.6596
Yxy66.43550.30510.3576
Hunter Lab81.5080-18.525711.4761
CIE-Lab85.2181-15.44468.1576

#bcddc5 color RGB value is (188,221,197).

#bcddc5 hex color red value is 188, green value is 221 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #bcddc5 hue: 0.38 , saturation: 0.33 and the lightness value of bcddc5 is 0.80.

The process color (four color CMYK) of #bcddc5 color hex is 0.15, 0.00, 0.11, 0.13. Web safe color of #bcddc5 is #cccccc. Color #bcddc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 11000101
Octal 274 335 305
Decimal 188 221 197
Hex BC DD C5

RGB Percentages of Color #bcddc5

%31.02
%36.47
%32.51

CMYK Percentages of Color #bcddc5

%15
%0
%11
%13

Triadic Colors of #bcddc5

#bcddc5 #c5bcdd #ddc5bc

Analogous Colors of #bcddc5

#bcddc5 #bcddd6 #c4ddbc

Monochromatic Colors of #bcddc5

#bcddc5

Complementary Color

#bcddc5 #ddbcd4

#bcddc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddc5 Color CSS Codes

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

#bcddc5 Text Font Color

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

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


#bcddc5 Background Color

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

This div background color is #bcddc5


#bcddc5 Border Color

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

This div border color is #bcddc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddc5


Comments

No comments written yet.

Please login to write comment.