Color Hex Logo

#bcdbb1 Color Hex

#BCDBB1
(188,219,177)
0 Favorites   0 Comments

Color spaces of #bcdbb1

RGB 188219177
HSL0.290.370.78
HSV104°19°86°
CMYK 0.140.000.19   0.14
XYZ54.006464.528751.2038
Yxy64.52870.31820.3802
Hunter Lab80.3298-20.570018.4382
CIE-Lab84.2403-17.938017.2993

#bcdbb1 color RGB value is (188,219,177).

#bcdbb1 hex color red value is 188, green value is 219 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #bcdbb1 hue: 0.29 , saturation: 0.37 and the lightness value of bcdbb1 is 0.78.

The process color (four color CMYK) of #bcdbb1 color hex is 0.14, 0.00, 0.19, 0.14. Web safe color of #bcdbb1 is #cccc99. Color #bcdbb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 10110001
Octal 274 333 261
Decimal 188 219 177
Hex BC DB B1

RGB Percentages of Color #bcdbb1

%32.19
%37.50
%30.31

CMYK Percentages of Color #bcdbb1

%14
%0
%19
%14

Triadic Colors of #bcdbb1

#bcdbb1 #b1bcdb #dbb1bc

Analogous Colors of #bcdbb1

#bcdbb1 #b1dbbb #d1dbb1

Monochromatic Colors of #bcdbb1

#bcdbb1

Complementary Color

#bcdbb1 #d0b1db

#bcdbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdbb1 Color CSS Codes

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

#bcdbb1 Text Font Color

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

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


#bcdbb1 Background Color

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

This div background color is #bcdbb1


#bcdbb1 Border Color

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

This div border color is #bcdbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdbb1

#bcdbb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.