Color Hex Logo

#bccfea Color Hex

#BCCFEA
(188,207,234)
0 Favorites   0 Comments

Color spaces of #bccfea

RGB 188207234
HSL0.600.520.83
HSV215°20°92°
CMYK 0.200.120.00   0.08
XYZ57.903161.257586.6140
Yxy61.25750.28140.2977
Hunter Lab78.2672-4.9109-10.8260
CIE-Lab82.5170-0.7802-15.4562

#bccfea color RGB value is (188,207,234).

#bccfea hex color red value is 188, green value is 207 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bccfea hue: 0.60 , saturation: 0.52 and the lightness value of bccfea is 0.83.

The process color (four color CMYK) of #bccfea color hex is 0.20, 0.12, 0.00, 0.08. Web safe color of #bccfea is #ccccff. Color #bccfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 11101010
Octal 274 317 352
Decimal 188 207 234
Hex BC CF EA

RGB Percentages of Color #bccfea

%29.89
%32.91
%37.20

CMYK Percentages of Color #bccfea

%20
%12
%0
%8

Triadic Colors of #bccfea

#bccfea #eabccf #cfeabc

Analogous Colors of #bccfea

#bccfea #c0bcea #bce6ea

Monochromatic Colors of #bccfea

#bccfea

Complementary Color

#bccfea #ead7bc

#bccfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccfea Color CSS Codes

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

#bccfea Text Font Color

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

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


#bccfea Background Color

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

This div background color is #bccfea


#bccfea Border Color

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

This div border color is #bccfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccfea


Comments

No comments written yet.

Please login to write comment.