Color Hex Logo

#bccaef Color Hex

#BCCAEF
(188,202,239)
0 Favorites   0 Comments

Color spaces of #bccaef

RGB 188202239
HSL0.620.610.84
HSV224°21°94°
CMYK 0.210.150.00   0.06
XYZ57.439659.164490.0538
Yxy59.16440.27790.2863
Hunter Lab76.9184-1.3105-15.5721
CIE-Lab81.38192.9785-19.8347

#bccaef color RGB value is (188,202,239).

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

The process color (four color CMYK) of #bccaef color hex is 0.21, 0.15, 0.00, 0.06. Web safe color of #bccaef is #ccccff. Color #bccaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 11101111
Octal 274 312 357
Decimal 188 202 239
Hex BC CA EF

RGB Percentages of Color #bccaef

%29.89
%32.11
%38.00

CMYK Percentages of Color #bccaef

%21
%15
%0
%6

Triadic Colors of #bccaef

#bccaef #efbcca #caefbc

Analogous Colors of #bccaef

#bccaef #c8bcef #bce4ef

Monochromatic Colors of #bccaef

#bccaef

Complementary Color

#bccaef #efe1bc

#bccaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccaef Color CSS Codes

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

#bccaef Text Font Color

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

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


#bccaef Background Color

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

This div background color is #bccaef


#bccaef Border Color

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

This div border color is #bccaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccaef


Comments

No comments written yet.

Please login to write comment.