Color Hex Logo

#bcdedd Color Hex

#BCDEDD
(188,222,221)
0 Favorites   0 Comments

Color spaces of #bcdedd

RGB 188222221
HSL0.500.340.80
HSV178°15°87°
CMYK 0.150.000.00   0.13
XYZ59.911568.154478.4041
Yxy68.15440.29020.3301
Hunter Lab82.5557-14.93321.4806
CIE-Lab86.0836-11.3085-3.2563

#bcdedd color RGB value is (188,222,221).

#bcdedd hex color red value is 188, green value is 222 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bcdedd hue: 0.50 , saturation: 0.34 and the lightness value of bcdedd is 0.80.

The process color (four color CMYK) of #bcdedd color hex is 0.15, 0.00, 0.00, 0.13. Web safe color of #bcdedd is #cccccc. Color #bcdedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11011101
Octal 274 336 335
Decimal 188 222 221
Hex BC DE DD

RGB Percentages of Color #bcdedd

%29.79
%35.18
%35.02

CMYK Percentages of Color #bcdedd

%15
%0
%0
%13

Triadic Colors of #bcdedd

#bcdedd #ddbcde #deddbc

Analogous Colors of #bcdedd

#bcdedd #bccede #bcdecc

Monochromatic Colors of #bcdedd

#bcdedd

Complementary Color

#bcdedd #debcbd

#bcdedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdedd Color CSS Codes

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

#bcdedd Text Font Color

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

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


#bcdedd Background Color

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

This div background color is #bcdedd


#bcdedd Border Color

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

This div border color is #bcdedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdedd


Comments

No comments written yet.

Please login to write comment.