Color Hex Logo

#bcedfa Color Hex

#BCEDFA
(188,237,250)
0 Favorites   0 Comments

Color spaces of #bcedfa

RGB 188237250
HSL0.530.860.86
HSV193°25°98°
CMYK 0.250.050.00   0.02
XYZ68.278578.1619101.9306
Yxy78.16190.27490.3147
Hunter Lab88.4092-16.8605-6.4714
CIE-Lab90.8537-12.7753-11.4187

#bcedfa color RGB value is (188,237,250).

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

The process color (four color CMYK) of #bcedfa color hex is 0.25, 0.05, 0.00, 0.02. Web safe color of #bcedfa is #ccffff. Color #bcedfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 11111010
Octal 274 355 372
Decimal 188 237 250
Hex BC ED FA

RGB Percentages of Color #bcedfa

%27.85
%35.11
%37.04

CMYK Percentages of Color #bcedfa

%25
%5
%0
%2

Triadic Colors of #bcedfa

#bcedfa #fabced #edfabc

Analogous Colors of #bcedfa

#bcedfa #bccefa #bcfae8

Monochromatic Colors of #bcedfa

#bcedfa

Complementary Color

#bcedfa #fac9bc

#bcedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcedfa Color CSS Codes

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

#bcedfa Text Font Color

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

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


#bcedfa Background Color

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

This div background color is #bcedfa


#bcedfa Border Color

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

This div border color is #bcedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcedfa

Related Colors


Comments

No comments written yet.

Please login to write comment.