Color Hex Logo

#bcddb7 Color Hex

#BCDDB7
(188,221,183)
0 Favorites   0 Comments

Color spaces of #bcddb7

RGB 188221183
HSL0.310.360.79
HSV112°17°87°
CMYK 0.150.000.17   0.13
XYZ55.142765.823254.5986
Yxy65.82320.31410.3749
Hunter Lab81.1315-20.658916.8920
CIE-Lab84.9062-17.923815.0835

#bcddb7 color RGB value is (188,221,183).

#bcddb7 hex color red value is 188, green value is 221 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #bcddb7 hue: 0.31 , saturation: 0.36 and the lightness value of bcddb7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 10110111
Octal 274 335 267
Decimal 188 221 183
Hex BC DD B7

RGB Percentages of Color #bcddb7

%31.76
%37.33
%30.91

CMYK Percentages of Color #bcddb7

%15
%0
%17
%13

Triadic Colors of #bcddb7

#bcddb7 #b7bcdd #ddb7bc

Analogous Colors of #bcddb7

#bcddb7 #b7ddc5 #cfddb7

Monochromatic Colors of #bcddb7

#bcddb7

Complementary Color

#bcddb7 #d8b7dd

#bcddb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddb7 Color CSS Codes

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

#bcddb7 Text Font Color

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

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


#bcddb7 Background Color

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

This div background color is #bcddb7


#bcddb7 Border Color

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

This div border color is #bcddb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddb7


Comments

No comments written yet.

Please login to write comment.