Color Hex Logo

#bccadc Color Hex

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

Color spaces of #bccadc

RGB 188202220
HSL0.590.310.80
HSV214°15°86°
CMYK 0.150.080.00   0.14
XYZ54.777858.099776.0374
Yxy58.09970.29000.3075
Hunter Lab76.2232-5.1114-5.7893
CIE-Lab80.7942-1.1217-10.5538

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

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

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

Base Numbers

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

RGB Percentages of Color #bccadc

%30.82
%33.11
%36.07

CMYK Percentages of Color #bccadc

%15
%8
%0
%14

Triadic Colors of #bccadc

#bccadc #dcbcca #cadcbc

Analogous Colors of #bccadc

#bccadc #bebcdc #bcdadc

Monochromatic Colors of #bccadc

#bccadc

Complementary Color

#bccadc #dccebc

#bccadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccadc Color CSS Codes

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

#bccadc Text Font Color

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

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


#bccadc Background Color

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

This div background color is #bccadc


#bccadc Border Color

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

This div border color is #bccadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccadc


Comments

No comments written yet.

Please login to write comment.