Color Hex Logo

#bccede Color Hex

#BCCEDE
(188,206,222)
0 Favorites   0 Comments

Color spaces of #bccede

RGB 188206222
HSL0.580.340.80
HSV208°15°87°
CMYK 0.150.070.00   0.13
XYZ55.995260.107977.7580
Yxy60.10790.28880.3101
Hunter Lab77.5293-6.7554-5.1944
CIE-Lab81.8968-2.8145-9.9812

#bccede color RGB value is (188,206,222).

#bccede hex color red value is 188, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bccede hue: 0.58 , saturation: 0.34 and the lightness value of bccede is 0.80.

The process color (four color CMYK) of #bccede color hex is 0.15, 0.07, 0.00, 0.13. Web safe color of #bccede is #cccccc. Color #bccede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 11011110
Octal 274 316 336
Decimal 188 206 222
Hex BC CE DE

RGB Percentages of Color #bccede

%30.52
%33.44
%36.04

CMYK Percentages of Color #bccede

%15
%7
%0
%13

Triadic Colors of #bccede

#bccede #debcce #cedebc

Analogous Colors of #bccede

#bccede #bcbdde #bcdedd

Monochromatic Colors of #bccede

#bccede

Complementary Color

#bccede #deccbc

#bccede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccede Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccede Color CSS Codes

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

#bccede Text Font Color

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

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


#bccede Background Color

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

This div background color is #bccede


#bccede Border Color

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

This div border color is #bccede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccede


Comments

No comments written yet.

Please login to write comment.