Color Hex Logo

#bccfda Color Hex

#BCCFDA
(188,207,218)
0 Favorites   0 Comments

Color spaces of #bccfda

RGB 188207218
HSL0.560.290.80
HSV202°14°85°
CMYK 0.140.050.00   0.15
XYZ55.706860.379075.0479
Yxy60.37900.29150.3159
Hunter Lab77.7039-8.0133-2.8706
CIE-Lab82.0438-4.1688-7.6263

#bccfda color RGB value is (188,207,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 11011010
Octal 274 317 332
Decimal 188 207 218
Hex BC CF DA

RGB Percentages of Color #bccfda

%30.67
%33.77
%35.56

CMYK Percentages of Color #bccfda

%14
%5
%0
%15

Triadic Colors of #bccfda

#bccfda #dabccf #cfdabc

Analogous Colors of #bccfda

#bccfda #bcc0da #bcdad6

Monochromatic Colors of #bccfda

#bccfda

Complementary Color

#bccfda #dac7bc

#bccfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfda Color CSS Codes

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

#bccfda Text Font Color

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

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


#bccfda Background Color

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

This div background color is #bccfda


#bccfda Border Color

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

This div border color is #bccfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccfda


Comments

No comments written yet.

Please login to write comment.