Color Hex Logo

#bcddeb Color Hex

#BCDDEB
(188,221,235)
0 Favorites   0 Comments

Color spaces of #bcddeb

RGB 188221235
HSL0.550.540.83
HSV198°20°92°
CMYK 0.200.060.00   0.08
XYZ61.590968.402488.5541
Yxy68.40240.28180.3130
Hunter Lab82.7057-11.8062-5.5885
CIE-Lab86.2073-7.8726-10.4671

#bcddeb color RGB value is (188,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 11101011
Octal 274 335 353
Decimal 188 221 235
Hex BC DD EB

RGB Percentages of Color #bcddeb

%29.19
%34.32
%36.49

CMYK Percentages of Color #bcddeb

%20
%6
%0
%8

Triadic Colors of #bcddeb

#bcddeb #ebbcdd #ddebbc

Analogous Colors of #bcddeb

#bcddeb #bcc6eb #bcebe2

Monochromatic Colors of #bcddeb

#bcddeb

Complementary Color

#bcddeb #ebcabc

#bcddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddeb Color CSS Codes

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

#bcddeb Text Font Color

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

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


#bcddeb Background Color

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

This div background color is #bcddeb


#bcddeb Border Color

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

This div border color is #bcddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddeb


Comments

No comments written yet.

Please login to write comment.