Color Hex Logo

#bcdefa Color Hex

#BCDEFA
(188,222,250)
0 Favorites   0 Comments

Color spaces of #bcdefa

RGB 188222250
HSL0.580.860.86
HSV207°25°98°
CMYK 0.250.110.00   0.02
XYZ64.115669.8360100.5429
Yxy69.83600.27340.2978
Hunter Lab83.5679-9.2938-12.8359
CIE-Lab86.9164-5.0961-17.3153

#bcdefa color RGB value is (188,222,250).

#bcdefa hex color red value is 188, green value is 222 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bcdefa hue: 0.58 , saturation: 0.86 and the lightness value of bcdefa is 0.86.

The process color (four color CMYK) of #bcdefa color hex is 0.25, 0.11, 0.00, 0.02. Web safe color of #bcdefa is #ccccff. Color #bcdefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11111010
Octal 274 336 372
Decimal 188 222 250
Hex BC DE FA

RGB Percentages of Color #bcdefa

%28.48
%33.64
%37.88

CMYK Percentages of Color #bcdefa

%25
%11
%0
%2

Triadic Colors of #bcdefa

#bcdefa #fabcde #defabc

Analogous Colors of #bcdefa

#bcdefa #bcbffa #bcfaf7

Monochromatic Colors of #bcdefa

#bcdefa

Complementary Color

#bcdefa #fad8bc

#bcdefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdefa Color CSS Codes

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

#bcdefa Text Font Color

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

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


#bcdefa Background Color

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

This div background color is #bcdefa


#bcdefa Border Color

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

This div border color is #bcdefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdefa

Related Colors

#bcdefa Color Palettes


Comments

No comments written yet.

Please login to write comment.