Color Hex Logo

#bccfdf Color Hex

#BCCFDF
(188,207,223)
0 Favorites   0 Comments

Color spaces of #bccfdf

RGB 188207223
HSL0.580.350.81
HSV207°16°87°
CMYK 0.160.070.00   0.13
XYZ56.371160.644778.5466
Yxy60.64470.28830.3101
Hunter Lab77.8747-7.0701-5.2893
CIE-Lab82.1874-3.1311-10.0825

#bccfdf color RGB value is (188,207,223).

#bccfdf hex color red value is 188, green value is 207 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bccfdf hue: 0.58 , saturation: 0.35 and the lightness value of bccfdf is 0.81.

The process color (four color CMYK) of #bccfdf color hex is 0.16, 0.07, 0.00, 0.13. Web safe color of #bccfdf is #cccccc. Color #bccfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 11011111
Octal 274 317 337
Decimal 188 207 223
Hex BC CF DF

RGB Percentages of Color #bccfdf

%30.42
%33.50
%36.08

CMYK Percentages of Color #bccfdf

%16
%7
%0
%13

Triadic Colors of #bccfdf

#bccfdf #dfbccf #cfdfbc

Analogous Colors of #bccfdf

#bccfdf #bcbedf #bcdfde

Monochromatic Colors of #bccfdf

#bccfdf

Complementary Color

#bccfdf #dfccbc

#bccfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfdf Color CSS Codes

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

#bccfdf Text Font Color

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

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


#bccfdf Background Color

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

This div background color is #bccfdf


#bccfdf Border Color

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

This div border color is #bccfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccfdf


Comments

No comments written yet.

Please login to write comment.