Color Hex Logo

#bcdac7 Color Hex

#BCDAC7
(188,218,199)
0 Favorites   0 Comments

Color spaces of #bcdac7

RGB 188218199
HSL0.390.290.80
HSV142°14°85°
CMYK 0.140.000.09   0.15
XYZ56.119264.957763.6131
Yxy64.95770.30390.3517
Hunter Lab80.5963-16.75419.6210
CIE-Lab84.4619-13.56196.0144

#bcdac7 color RGB value is (188,218,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 11000111
Octal 274 332 307
Decimal 188 218 199
Hex BC DA C7

RGB Percentages of Color #bcdac7

%31.07
%36.03
%32.89

CMYK Percentages of Color #bcdac7

%14
%0
%9
%15

Triadic Colors of #bcdac7

#bcdac7 #c7bcda #dac7bc

Analogous Colors of #bcdac7

#bcdac7 #bcdad6 #c0dabc

Monochromatic Colors of #bcdac7

#bcdac7

Complementary Color

#bcdac7 #dabccf

#bcdac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdac7 Color CSS Codes

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

#bcdac7 Text Font Color

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

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


#bcdac7 Background Color

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

This div background color is #bcdac7


#bcdac7 Border Color

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

This div border color is #bcdac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdac7


Comments

No comments written yet.

Please login to write comment.