Color Hex Logo

#bedcfa Color Hex

#BEDCFA
(190,220,250)
0 Favorites   0 Comments

Color spaces of #bedcfa

RGB 190220250
HSL0.580.860.86
HSV210°24°98°
CMYK 0.240.120.00   0.02
XYZ64.083769.0357100.3901
Yxy69.03570.27440.2956
Hunter Lab83.0877-7.7305-13.4753
CIE-Lab86.5217-3.4678-17.8970

#bedcfa color RGB value is (190,220,250).

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

The process color (four color CMYK) of #bedcfa color hex is 0.24, 0.12, 0.00, 0.02. Web safe color of #bedcfa is #ccccff. Color #bedcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 11111010
Octal 276 334 372
Decimal 190 220 250
Hex BE DC FA

RGB Percentages of Color #bedcfa

%28.79
%33.33
%37.88

CMYK Percentages of Color #bedcfa

%24
%12
%0
%2

Triadic Colors of #bedcfa

#bedcfa #fabedc #dcfabe

Analogous Colors of #bedcfa

#bedcfa #bebefa #befafa

Monochromatic Colors of #bedcfa

#bedcfa

Complementary Color

#bedcfa #fadcbe

#bedcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcfa Color CSS Codes

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

#bedcfa Text Font Color

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

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


#bedcfa Background Color

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

This div background color is #bedcfa


#bedcfa Border Color

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

This div border color is #bedcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcfa


Comments

No comments written yet.

Please login to write comment.