Color Hex Logo

#bcdad8 Color Hex

#BCDAD8
(188,218,216)
0 Favorites   0 Comments

Color spaces of #bcdad8

RGB 188218216
HSL0.490.290.80
HSV176°14°85°
CMYK 0.140.000.01   0.15
XYZ58.205165.792074.5971
Yxy65.79200.29310.3313
Hunter Lab81.1123-13.85722.2509
CIE-Lab84.8902-10.2740-2.3642

#bcdad8 color RGB value is (188,218,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 11011000
Octal 274 332 330
Decimal 188 218 216
Hex BC DA D8

RGB Percentages of Color #bcdad8

%30.23
%35.05
%34.73

CMYK Percentages of Color #bcdad8

%14
%0
%1
%15

Triadic Colors of #bcdad8

#bcdad8 #d8bcda #dad8bc

Analogous Colors of #bcdad8

#bcdad8 #bccdda #bcdac9

Monochromatic Colors of #bcdad8

#bcdad8

Complementary Color

#bcdad8 #dabcbe

#bcdad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdad8 Color CSS Codes

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

#bcdad8 Text Font Color

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

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


#bcdad8 Background Color

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

This div background color is #bcdad8


#bcdad8 Border Color

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

This div border color is #bcdad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdad8


Comments

No comments written yet.

Please login to write comment.