Color Hex Logo

#bcdcca Color Hex

#BCDCCA
(188,220,202)
0 Favorites   0 Comments

Color spaces of #bcdcca

RGB 188220202
HSL0.410.310.80
HSV146°15°86°
CMYK 0.150.000.08   0.14
XYZ56.992966.142065.6400
Yxy66.14200.30190.3504
Hunter Lab81.3277-17.23429.0762
CIE-Lab85.0688-14.01215.3034

#bcdcca color RGB value is (188,220,202).

#bcdcca hex color red value is 188, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bcdcca hue: 0.41 , saturation: 0.31 and the lightness value of bcdcca is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 11001010
Octal 274 334 312
Decimal 188 220 202
Hex BC DC CA

RGB Percentages of Color #bcdcca

%30.82
%36.07
%33.11

CMYK Percentages of Color #bcdcca

%15
%0
%8
%14

Triadic Colors of #bcdcca

#bcdcca #cabcdc #dccabc

Analogous Colors of #bcdcca

#bcdcca #bcdcda #bedcbc

Monochromatic Colors of #bcdcca

#bcdcca

Complementary Color

#bcdcca #dcbcce

#bcdcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcca Color CSS Codes

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

#bcdcca Text Font Color

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

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


#bcdcca Background Color

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

This div background color is #bcdcca


#bcdcca Border Color

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

This div border color is #bcdcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcca


Comments

No comments written yet.

Please login to write comment.