Color Hex Logo

#bcdba8 Color Hex

#BCDBA8
(188,219,168)
0 Favorites   0 Comments

Color spaces of #bcdba8

RGB 188219168
HSL0.270.410.76
HSV96°23°86°
CMYK 0.140.000.23   0.14
XYZ53.138464.181646.6334
Yxy64.18160.32410.3915
Hunter Lab80.1134-21.801321.5671
CIE-Lab84.0602-19.392621.7613

#bcdba8 color RGB value is (188,219,168).

#bcdba8 hex color red value is 188, green value is 219 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #bcdba8 hue: 0.27 , saturation: 0.41 and the lightness value of bcdba8 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 10101000
Octal 274 333 250
Decimal 188 219 168
Hex BC DB A8

RGB Percentages of Color #bcdba8

%32.70
%38.09
%29.22

CMYK Percentages of Color #bcdba8

%14
%0
%23
%14

Triadic Colors of #bcdba8

#bcdba8 #a8bcdb #dba8bc

Analogous Colors of #bcdba8

#bcdba8 #a8dbae #d6dba8

Monochromatic Colors of #bcdba8

#bcdba8

Complementary Color

#bcdba8 #c7a8db

#bcdba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdba8 Color CSS Codes

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

#bcdba8 Text Font Color

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

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


#bcdba8 Background Color

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

This div background color is #bcdba8


#bcdba8 Border Color

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

This div border color is #bcdba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdba8


Comments

No comments written yet.

Please login to write comment.