Color Hex Logo

#bcddc9 Color Hex

#BCDDC9
(188,221,201)
0 Favorites   0 Comments

Color spaces of #bcddc9

RGB 188221201
HSL0.400.330.80
HSV144°15°87°
CMYK 0.150.000.09   0.13
XYZ57.138166.621365.1060
Yxy66.62130.30250.3527
Hunter Lab81.6219-17.88229.8424
CIE-Lab85.3123-14.70416.1828

#bcddc9 color RGB value is (188,221,201).

#bcddc9 hex color red value is 188, green value is 221 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #bcddc9 hue: 0.40 , saturation: 0.33 and the lightness value of bcddc9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 11001001
Octal 274 335 311
Decimal 188 221 201
Hex BC DD C9

RGB Percentages of Color #bcddc9

%30.82
%36.23
%32.95

CMYK Percentages of Color #bcddc9

%15
%0
%9
%13

Triadic Colors of #bcddc9

#bcddc9 #c9bcdd #ddc9bc

Analogous Colors of #bcddc9

#bcddc9 #bcddda #c0ddbc

Monochromatic Colors of #bcddc9

#bcddc9

Complementary Color

#bcddc9 #ddbcd0

#bcddc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddc9 Color CSS Codes

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

#bcddc9 Text Font Color

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

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


#bcddc9 Background Color

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

This div background color is #bcddc9


#bcddc9 Border Color

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

This div border color is #bcddc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddc9


Comments

No comments written yet.

Please login to write comment.