Color Hex Logo

#bccfdd Color Hex

#BCCFDD
(188,207,221)
0 Favorites   0 Comments

Color spaces of #bccfdd

RGB 188207221
HSL0.570.330.80
HSV205°15°87°
CMYK 0.150.060.00   0.13
XYZ56.103060.537577.1346
Yxy60.53750.28950.3124
Hunter Lab77.8058-7.4503-4.3144
CIE-Lab82.1295-3.5486-9.1010

#bccfdd color RGB value is (188,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 11011101
Octal 274 317 335
Decimal 188 207 221
Hex BC CF DD

RGB Percentages of Color #bccfdd

%30.52
%33.60
%35.88

CMYK Percentages of Color #bccfdd

%15
%6
%0
%13

Triadic Colors of #bccfdd

#bccfdd #ddbccf #cfddbc

Analogous Colors of #bccfdd

#bccfdd #bcbfdd #bcdddb

Monochromatic Colors of #bccfdd

#bccfdd

Complementary Color

#bccfdd #ddcabc

#bccfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfdd Color CSS Codes

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

#bccfdd Text Font Color

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

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


#bccfdd Background Color

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

This div background color is #bccfdd


#bccfdd Border Color

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

This div border color is #bccfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccfdd


Comments

No comments written yet.

Please login to write comment.