Color Hex Logo

#bcdcb5 Color Hex

#BCDCB5
(188,220,181)
0 Favorites   0 Comments

Color spaces of #bcdcb5

RGB 188220181
HSL0.300.360.79
HSV109°18°86°
CMYK 0.150.000.18   0.14
XYZ54.672765.214053.4221
Yxy65.21400.31550.3763
Hunter Lab80.7552-20.473917.3064
CIE-Lab84.5939-17.766115.6947

#bcdcb5 color RGB value is (188,220,181).

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

The process color (four color CMYK) of #bcdcb5 color hex is 0.15, 0.00, 0.18, 0.14. Web safe color of #bcdcb5 is #cccccc. Color #bcdcb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 10110101
Octal 274 334 265
Decimal 188 220 181
Hex BC DC B5

RGB Percentages of Color #bcdcb5

%31.92
%37.35
%30.73

CMYK Percentages of Color #bcdcb5

%15
%0
%18
%14

Triadic Colors of #bcdcb5

#bcdcb5 #b5bcdc #dcb5bc

Analogous Colors of #bcdcb5

#bcdcb5 #b5dcc2 #d0dcb5

Monochromatic Colors of #bcdcb5

#bcdcb5

Complementary Color

#bcdcb5 #d5b5dc

#bcdcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcb5 Color CSS Codes

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

#bcdcb5 Text Font Color

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

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


#bcdcb5 Background Color

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

This div background color is #bcdcb5


#bcdcb5 Border Color

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

This div border color is #bcdcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcb5


Comments

No comments written yet.

Please login to write comment.