Color Hex Logo

#bccadb Color Hex

#BCCADB
(188,202,219)
0 Favorites   0 Comments

Color spaces of #bccadb

RGB 188202219
HSL0.590.300.80
HSV213°14°86°
CMYK 0.140.080.00   0.14
XYZ54.645858.046975.3419
Yxy58.04690.29060.3087
Hunter Lab76.1885-5.3017-5.2992
CIE-Lab80.7649-1.3298-10.0617

#bccadb color RGB value is (188,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 11011011
Octal 274 312 333
Decimal 188 202 219
Hex BC CA DB

RGB Percentages of Color #bccadb

%30.87
%33.17
%35.96

CMYK Percentages of Color #bccadb

%14
%8
%0
%14

Triadic Colors of #bccadb

#bccadb #dbbcca #cadbbc

Analogous Colors of #bccadb

#bccadb #bebcdb #bcdadb

Monochromatic Colors of #bccadb

#bccadb

Complementary Color

#bccadb #dbcdbc

#bccadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccadb Color CSS Codes

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

#bccadb Text Font Color

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

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


#bccadb Background Color

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

This div background color is #bccadb


#bccadb Border Color

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

This div border color is #bccadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccadb


Comments

No comments written yet.

Please login to write comment.