Color Hex Logo

#bedbff Color Hex

#BEDBFF
(190,219,255)
0 Favorites   0 Comments

Color spaces of #bedbff

RGB 190219255
HSL0.591.000.87
HSV213°25°100°
CMYK 0.250.140.00   0.00
XYZ64.616768.8302104.4876
Yxy68.83020.27160.2893
Hunter Lab82.9640-6.1618-16.5970
CIE-Lab86.4199-1.8167-20.6857

#bedbff color RGB value is (190,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11111111
Octal 276 333 377
Decimal 190 219 255
Hex BE DB FF

RGB Percentages of Color #bedbff

%28.61
%32.98
%38.40

CMYK Percentages of Color #bedbff

%25
%14
%0
%0

Triadic Colors of #bedbff

#bedbff #ffbedb #dbffbe

Analogous Colors of #bedbff

#bedbff #c2beff #befcff

Monochromatic Colors of #bedbff

#bedbff

Complementary Color

#bedbff #ffe2be

#bedbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbff Color CSS Codes

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

#bedbff Text Font Color

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

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


#bedbff Background Color

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

This div background color is #bedbff


#bedbff Border Color

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

This div border color is #bedbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbff

Related Colors

#bedbff Color Palettes


Comments

No comments written yet.

Please login to write comment.