Color Hex Logo

#bccbed Color Hex

#BCCBED
(188,203,237)
0 Favorites   0 Comments

Color spaces of #bccbed

RGB 188203237
HSL0.620.580.83
HSV222°21°93°
CMYK 0.210.140.00   0.07
XYZ57.381059.517788.5845
Yxy59.51770.27920.2896
Hunter Lab77.1477-2.2436-14.0761
CIE-Lab81.57532.0009-18.4745

#bccbed color RGB value is (188,203,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11101101
Octal 274 313 355
Decimal 188 203 237
Hex BC CB ED

RGB Percentages of Color #bccbed

%29.94
%32.32
%37.74

CMYK Percentages of Color #bccbed

%21
%14
%0
%7

Triadic Colors of #bccbed

#bccbed #edbccb #cbedbc

Analogous Colors of #bccbed

#bccbed #c6bced #bce4ed

Monochromatic Colors of #bccbed

#bccbed

Complementary Color

#bccbed #eddebc

#bccbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbed Color CSS Codes

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

#bccbed Text Font Color

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

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


#bccbed Background Color

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

This div background color is #bccbed


#bccbed Border Color

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

This div border color is #bccbed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,203,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 #bccbed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbed


Comments

No comments written yet.

Please login to write comment.