Color Hex Logo

#bcdcb8 Color Hex

#BCDCB8
(188,220,184)
0 Favorites   0 Comments

Color spaces of #bcdcb8

RGB 188220184
HSL0.310.340.79
HSV113°16°86°
CMYK 0.150.000.16   0.14
XYZ54.984065.338555.0610
Yxy65.33850.31350.3725
Hunter Lab80.8322-20.036516.1956
CIE-Lab84.6579-17.254114.2081

#bcdcb8 color RGB value is (188,220,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 10111000
Octal 274 334 270
Decimal 188 220 184
Hex BC DC B8

RGB Percentages of Color #bcdcb8

%31.76
%37.16
%31.08

CMYK Percentages of Color #bcdcb8

%15
%0
%16
%14

Triadic Colors of #bcdcb8

#bcdcb8 #b8bcdc #dcb8bc

Analogous Colors of #bcdcb8

#bcdcb8 #b8dcc6 #cedcb8

Monochromatic Colors of #bcdcb8

#bcdcb8

Complementary Color

#bcdcb8 #d8b8dc

#bcdcb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcb8 Color CSS Codes

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

#bcdcb8 Text Font Color

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

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


#bcdcb8 Background Color

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

This div background color is #bcdcb8


#bcdcb8 Border Color

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

This div border color is #bcdcb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcb8


Comments

No comments written yet.

Please login to write comment.