Color Hex Logo

#bccded Color Hex

#BCCDED
(188,205,237)
0 Favorites   0 Comments

Color spaces of #bccded

RGB 188205237
HSL0.610.580.83
HSV219°21°93°
CMYK 0.210.140.00   0.07
XYZ57.856460.468488.7430
Yxy60.46840.27940.2920
Hunter Lab77.7614-3.2742-13.2300
CIE-Lab82.09210.9371-17.6948

#bccded color RGB value is (188,205,237).

#bccded hex color red value is 188, green value is 205 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bccded hue: 0.61 , saturation: 0.58 and the lightness value of bccded is 0.83.

The process color (four color CMYK) of #bccded color hex is 0.21, 0.14, 0.00, 0.07. Web safe color of #bccded is #ccccff. Color #bccded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11101101
Octal 274 315 355
Decimal 188 205 237
Hex BC CD ED

RGB Percentages of Color #bccded

%29.84
%32.54
%37.62

CMYK Percentages of Color #bccded

%21
%14
%0
%7

Triadic Colors of #bccded

#bccded #edbccd #cdedbc

Analogous Colors of #bccded

#bccded #c4bced #bce6ed

Monochromatic Colors of #bccded

#bccded

Complementary Color

#bccded #eddcbc

#bccded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccded Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccded Color CSS Codes

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

#bccded Text Font Color

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

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


#bccded Background Color

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

This div background color is #bccded


#bccded Border Color

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

This div border color is #bccded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccded


Comments

No comments written yet.

Please login to write comment.