Color Hex Logo

#bccde0 Color Hex

#BCCDE0
(188,205,224)
0 Favorites   0 Comments

Color spaces of #bccde0

RGB 188205224
HSL0.590.370.81
HSV212°16°88°
CMYK 0.160.080.00   0.12
XYZ56.024959.735879.0983
Yxy59.73580.28750.3066
Hunter Lab77.2889-5.8653-6.5757
CIE-Lab81.6944-1.8678-11.3515

#bccde0 color RGB value is (188,205,224).

#bccde0 hex color red value is 188, green value is 205 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #bccde0 hue: 0.59 , saturation: 0.37 and the lightness value of bccde0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11100000
Octal 274 315 340
Decimal 188 205 224
Hex BC CD E0

RGB Percentages of Color #bccde0

%30.47
%33.23
%36.30

CMYK Percentages of Color #bccde0

%16
%8
%0
%12

Triadic Colors of #bccde0

#bccde0 #e0bccd #cde0bc

Analogous Colors of #bccde0

#bccde0 #bdbce0 #bcdfe0

Monochromatic Colors of #bccde0

#bccde0

Complementary Color

#bccde0 #e0cfbc

#bccde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccde0 Color CSS Codes

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

#bccde0 Text Font Color

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

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


#bccde0 Background Color

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

This div background color is #bccde0


#bccde0 Border Color

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

This div border color is #bccde0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccde0


Comments

No comments written yet.

Please login to write comment.