Color Hex Logo

#bcceda Color Hex

#BCCEDA
(188,206,218)
0 Favorites   0 Comments

Color spaces of #bcceda

RGB 188206218
HSL0.570.290.80
HSV204°14°85°
CMYK 0.140.060.00   0.15
XYZ55.465259.895974.9674
Yxy59.89590.29140.3147
Hunter Lab77.3924-7.5103-3.2575
CIE-Lab81.7816-3.6444-8.0152

#bcceda color RGB value is (188,206,218).

#bcceda hex color red value is 188, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bcceda hue: 0.57 , saturation: 0.29 and the lightness value of bcceda is 0.80.

The process color (four color CMYK) of #bcceda color hex is 0.14, 0.06, 0.00, 0.15. Web safe color of #bcceda is #cccccc. Color #bcceda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 11011010
Octal 274 316 332
Decimal 188 206 218
Hex BC CE DA

RGB Percentages of Color #bcceda

%30.72
%33.66
%35.62

CMYK Percentages of Color #bcceda

%14
%6
%0
%15

Triadic Colors of #bcceda

#bcceda #dabcce #cedabc

Analogous Colors of #bcceda

#bcceda #bcbfda #bcdad7

Monochromatic Colors of #bcceda

#bcceda

Complementary Color

#bcceda #dac8bc

#bcceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcceda Color CSS Codes

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

#bcceda Text Font Color

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

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


#bcceda Background Color

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

This div background color is #bcceda


#bcceda Border Color

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

This div border color is #bcceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcceda

#bcceda Color Palettes


Comments

No comments written yet.

Please login to write comment.