Color Hex Logo

#bccaea Color Hex

#BCCAEA
(188,202,234)
0 Favorites   0 Comments

Color spaces of #bccaea

RGB 188202234
HSL0.620.520.83
HSV222°20°92°
CMYK 0.200.140.00   0.08
XYZ56.710958.872986.2165
Yxy58.87290.28100.2917
Hunter Lab76.7287-2.3441-12.9114
CIE-Lab81.22171.8738-17.4055

#bccaea color RGB value is (188,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 11101010
Octal 274 312 352
Decimal 188 202 234
Hex BC CA EA

RGB Percentages of Color #bccaea

%30.13
%32.37
%37.50

CMYK Percentages of Color #bccaea

%20
%14
%0
%8

Triadic Colors of #bccaea

#bccaea #eabcca #caeabc

Analogous Colors of #bccaea

#bccaea #c5bcea #bce1ea

Monochromatic Colors of #bccaea

#bccaea

Complementary Color

#bccaea #eadcbc

#bccaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccaea Color CSS Codes

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

#bccaea Text Font Color

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

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


#bccaea Background Color

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

This div background color is #bccaea


#bccaea Border Color

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

This div border color is #bccaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccaea


Comments

No comments written yet.

Please login to write comment.