Color Hex Logo

#bccdef Color Hex

#BCCDEF
(188,205,239)
0 Favorites   0 Comments

Color spaces of #bccdef

RGB 188205239
HSL0.610.610.84
HSV220°21°94°
CMYK 0.210.140.00   0.06
XYZ58.150360.586090.2908
Yxy60.58600.27820.2898
Hunter Lab77.8370-2.8614-14.2904
CIE-Lab82.15571.3795-18.6651

#bccdef color RGB value is (188,205,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11101111
Octal 274 315 357
Decimal 188 205 239
Hex BC CD EF

RGB Percentages of Color #bccdef

%29.75
%32.44
%37.82

CMYK Percentages of Color #bccdef

%21
%14
%0
%6

Triadic Colors of #bccdef

#bccdef #efbccd #cdefbc

Analogous Colors of #bccdef

#bccdef #c5bcef #bce7ef

Monochromatic Colors of #bccdef

#bccdef

Complementary Color

#bccdef #efdebc

#bccdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdef Color CSS Codes

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

#bccdef Text Font Color

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

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


#bccdef Background Color

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

This div background color is #bccdef


#bccdef Border Color

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

This div border color is #bccdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdef


Comments

No comments written yet.

Please login to write comment.