Color Hex Logo

#bcdacb Color Hex

#BCDACB
(188,218,203)
0 Favorites   0 Comments

Color spaces of #bcdacb

RGB 188218203
HSL0.420.290.80
HSV150°14°85°
CMYK 0.140.000.07   0.15
XYZ56.589965.146066.0917
Yxy65.14600.30130.3468
Hunter Lab80.7131-16.09727.9497
CIE-Lab84.5589-12.81044.0377

#bcdacb color RGB value is (188,218,203).

#bcdacb hex color red value is 188, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bcdacb hue: 0.42 , saturation: 0.29 and the lightness value of bcdacb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 11001011
Octal 274 332 313
Decimal 188 218 203
Hex BC DA CB

RGB Percentages of Color #bcdacb

%30.87
%35.80
%33.33

CMYK Percentages of Color #bcdacb

%14
%0
%7
%15

Triadic Colors of #bcdacb

#bcdacb #cbbcda #dacbbc

Analogous Colors of #bcdacb

#bcdacb #bcdada #bcdabc

Monochromatic Colors of #bcdacb

#bcdacb

Complementary Color

#bcdacb #dabccb

#bcdacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdacb Color CSS Codes

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

#bcdacb Text Font Color

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

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


#bcdacb Background Color

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

This div background color is #bcdacb


#bcdacb Border Color

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

This div border color is #bcdacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdacb


Comments

No comments written yet.

Please login to write comment.