Color Hex Logo

#bcdde2 Color Hex

#BCDDE2
(188,221,226)
0 Favorites   0 Comments

Color spaces of #bcdde2

RGB 188221226
HSL0.520.400.81
HSV188°17°89°
CMYK 0.170.020.00   0.11
XYZ60.323067.895381.8772
Yxy67.89530.28710.3232
Hunter Lab82.3986-13.5199-1.2358
CIE-Lab85.9541-9.7709-6.0885

#bcdde2 color RGB value is (188,221,226).

#bcdde2 hex color red value is 188, green value is 221 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #bcdde2 hue: 0.52 , saturation: 0.40 and the lightness value of bcdde2 is 0.81.

The process color (four color CMYK) of #bcdde2 color hex is 0.17, 0.02, 0.00, 0.11. Web safe color of #bcdde2 is #cccccc. Color #bcdde2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 11100010
Octal 274 335 342
Decimal 188 221 226
Hex BC DD E2

RGB Percentages of Color #bcdde2

%29.61
%34.80
%35.59

CMYK Percentages of Color #bcdde2

%17
%2
%0
%11

Triadic Colors of #bcdde2

#bcdde2 #e2bcdd #dde2bc

Analogous Colors of #bcdde2

#bcdde2 #bccae2 #bce2d4

Monochromatic Colors of #bcdde2

#bcdde2

Complementary Color

#bcdde2 #e2c1bc

#bcdde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdde2 Color CSS Codes

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

#bcdde2 Text Font Color

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

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


#bcdde2 Background Color

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

This div background color is #bcdde2


#bcdde2 Border Color

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

This div border color is #bcdde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdde2


Comments

No comments written yet.

Please login to write comment.