Color Hex Logo

#bcdceb Color Hex

#BCDCEB
(188,220,235)
1 Favorites   0 Comments

Color spaces of #bcdceb

RGB 188220235
HSL0.550.540.83
HSV199°20°92°
CMYK 0.200.060.00   0.08
XYZ61.327667.875988.4663
Yxy67.87590.28170.3118
Hunter Lab82.3868-11.3041-5.9943
CIE-Lab85.9444-7.3569-10.8586

#bcdceb color RGB value is (188,220,235).

#bcdceb hex color red value is 188, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bcdceb hue: 0.55 , saturation: 0.54 and the lightness value of bcdceb is 0.83.

The process color (four color CMYK) of #bcdceb color hex is 0.20, 0.06, 0.00, 0.08. Web safe color of #bcdceb is #ccccff. Color #bcdceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 11101011
Octal 274 334 353
Decimal 188 220 235
Hex BC DC EB

RGB Percentages of Color #bcdceb

%29.24
%34.21
%36.55

CMYK Percentages of Color #bcdceb

%20
%6
%0
%8

Triadic Colors of #bcdceb

#bcdceb #ebbcdc #dcebbc

Analogous Colors of #bcdceb

#bcdceb #bcc5eb #bcebe3

Monochromatic Colors of #bcdceb

#bcdceb

Complementary Color

#bcdceb #ebcbbc

#bcdceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdceb Color CSS Codes

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

#bcdceb Text Font Color

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

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


#bcdceb Background Color

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

This div background color is #bcdceb


#bcdceb Border Color

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

This div border color is #bcdceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdceb


Comments

No comments written yet.

Please login to write comment.