Color Hex Logo

#bcdad3 Color Hex

#BCDAD3
(188,218,211)
0 Favorites   0 Comments

Color spaces of #bcdad3

RGB 188218211
HSL0.460.290.80
HSV166°14°85°
CMYK 0.140.000.03   0.15
XYZ57.568365.537371.2438
Yxy65.53730.29620.3372
Hunter Lab80.9551-14.73764.4910
CIE-Lab84.7598-11.26620.0935

#bcdad3 color RGB value is (188,218,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 11010011
Octal 274 332 323
Decimal 188 218 211
Hex BC DA D3

RGB Percentages of Color #bcdad3

%30.47
%35.33
%34.20

CMYK Percentages of Color #bcdad3

%14
%0
%3
%15

Triadic Colors of #bcdad3

#bcdad3 #d3bcda #dad3bc

Analogous Colors of #bcdad3

#bcdad3 #bcd2da #bcdac4

Monochromatic Colors of #bcdad3

#bcdad3

Complementary Color

#bcdad3 #dabcc3

#bcdad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdad3 Color CSS Codes

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

#bcdad3 Text Font Color

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

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


#bcdad3 Background Color

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

This div background color is #bcdad3


#bcdad3 Border Color

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

This div border color is #bcdad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdad3


Comments

No comments written yet.

Please login to write comment.