Color Hex Logo

#bcddb9 Color Hex

#BCDDB9
(188,221,185)
0 Favorites   0 Comments

Color spaces of #bcddb9

RGB 188221185
HSL0.320.350.80
HSV115°16°87°
CMYK 0.150.000.16   0.13
XYZ55.352465.907155.7029
Yxy65.90710.31280.3724
Hunter Lab81.1832-20.365516.1471
CIE-Lab84.9490-17.580614.0933

#bcddb9 color RGB value is (188,221,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 10111001
Octal 274 335 271
Decimal 188 221 185
Hex BC DD B9

RGB Percentages of Color #bcddb9

%31.65
%37.21
%31.14

CMYK Percentages of Color #bcddb9

%15
%0
%16
%13

Triadic Colors of #bcddb9

#bcddb9 #b9bcdd #ddb9bc

Analogous Colors of #bcddb9

#bcddb9 #b9ddc8 #ceddb9

Monochromatic Colors of #bcddb9

#bcddb9

Complementary Color

#bcddb9 #dab9dd

#bcddb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddb9 Color CSS Codes

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

#bcddb9 Text Font Color

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

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


#bcddb9 Background Color

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

This div background color is #bcddb9


#bcddb9 Border Color

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

This div border color is #bcddb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddb9

#bcddb9 Color Palettes


Comments

No comments written yet.

Please login to write comment.