Color Hex Logo

#bedbfc Color Hex

#BEDBFC
(190,219,252)
0 Favorites   0 Comments

Color spaces of #bedbfc

RGB 190219252
HSL0.590.910.87
HSV212°25°99°
CMYK 0.250.130.00   0.01
XYZ64.137468.6385101.9636
Yxy68.63850.27320.2924
Hunter Lab82.8484-6.7981-14.9759
CIE-Lab86.3247-2.4962-19.2484

#bedbfc color RGB value is (190,219,252).

#bedbfc hex color red value is 190, green value is 219 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bedbfc hue: 0.59 , saturation: 0.91 and the lightness value of bedbfc is 0.87.

The process color (four color CMYK) of #bedbfc color hex is 0.25, 0.13, 0.00, 0.01. Web safe color of #bedbfc is #ccccff. Color #bedbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11111100
Octal 276 333 374
Decimal 190 219 252
Hex BE DB FC

RGB Percentages of Color #bedbfc

%28.74
%33.13
%38.12

CMYK Percentages of Color #bedbfc

%25
%13
%0
%1

Triadic Colors of #bedbfc

#bedbfc #fcbedb #dbfcbe

Analogous Colors of #bedbfc

#bedbfc #c0befc #befafc

Monochromatic Colors of #bedbfc

#bedbfc

Complementary Color

#bedbfc #fcdfbe

#bedbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbfc Color CSS Codes

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

#bedbfc Text Font Color

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

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


#bedbfc Background Color

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

This div background color is #bedbfc


#bedbfc Border Color

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

This div border color is #bedbfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,219,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbfc


Comments

No comments written yet.

Please login to write comment.