Color Hex Logo

#bcccf4 Color Hex

#BCCCF4
(188,204,244)
0 Favorites   0 Comments

Color spaces of #bcccf4

RGB 188204244
HSL0.620.720.85
HSV223°23°96°
CMYK 0.230.160.00   0.04
XYZ58.661060.408894.1562
Yxy60.40880.27510.2833
Hunter Lab77.7231-1.2937-17.4196
CIE-Lab82.05993.0314-21.4742

#bcccf4 color RGB value is (188,204,244).

#bcccf4 hex color red value is 188, green value is 204 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #bcccf4 hue: 0.62 , saturation: 0.72 and the lightness value of bcccf4 is 0.85.

The process color (four color CMYK) of #bcccf4 color hex is 0.23, 0.16, 0.00, 0.04. Web safe color of #bcccf4 is #ccccff. Color #bcccf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 11110100
Octal 274 314 364
Decimal 188 204 244
Hex BC CC F4

RGB Percentages of Color #bcccf4

%29.56
%32.08
%38.36

CMYK Percentages of Color #bcccf4

%23
%16
%0
%4

Triadic Colors of #bcccf4

#bcccf4 #f4bccc #ccf4bc

Analogous Colors of #bcccf4

#bcccf4 #c8bcf4 #bce8f4

Monochromatic Colors of #bcccf4

#bcccf4

Complementary Color

#bcccf4 #f4e4bc

#bcccf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccf4 Color CSS Codes

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

#bcccf4 Text Font Color

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

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


#bcccf4 Background Color

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

This div background color is #bcccf4


#bcccf4 Border Color

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

This div border color is #bcccf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccf4


Comments

No comments written yet.

Please login to write comment.