Color Hex Logo

#bccaeb Color Hex

#BCCAEB
(188,202,235)
0 Favorites   0 Comments

Color spaces of #bccaeb

RGB 188202235
HSL0.620.540.83
HSV222°20°92°
CMYK 0.200.140.00   0.08
XYZ56.855058.930686.9754
Yxy58.93060.28040.2906
Hunter Lab76.7663-2.1394-13.4386
CIE-Lab81.25342.0931-17.8921

#bccaeb color RGB value is (188,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 11101011
Octal 274 312 353
Decimal 188 202 235
Hex BC CA EB

RGB Percentages of Color #bccaeb

%30.08
%32.32
%37.60

CMYK Percentages of Color #bccaeb

%20
%14
%0
%8

Triadic Colors of #bccaeb

#bccaeb #ebbcca #caebbc

Analogous Colors of #bccaeb

#bccaeb #c6bceb #bce2eb

Monochromatic Colors of #bccaeb

#bccaeb

Complementary Color

#bccaeb #ebddbc

#bccaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccaeb Color CSS Codes

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

#bccaeb Text Font Color

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

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


#bccaeb Background Color

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

This div background color is #bccaeb


#bccaeb Border Color

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

This div border color is #bccaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccaeb


Comments

No comments written yet.

Please login to write comment.