Color Hex Logo

#bedbf1 Color Hex

#BEDBF1
(190,219,241)
0 Favorites   0 Comments

Color spaces of #bedbf1

RGB 190219241
HSL0.570.650.85
HSV206°21°95°
CMYK 0.210.090.00   0.05
XYZ62.443967.961193.0457
Yxy67.96110.27950.3041
Hunter Lab82.4385-9.0608-9.2117
CIE-Lab85.9870-4.9349-13.9513

#bedbf1 color RGB value is (190,219,241).

#bedbf1 hex color red value is 190, green value is 219 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bedbf1 hue: 0.57 , saturation: 0.65 and the lightness value of bedbf1 is 0.85.

The process color (four color CMYK) of #bedbf1 color hex is 0.21, 0.09, 0.00, 0.05. Web safe color of #bedbf1 is #ccccff. Color #bedbf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11110001
Octal 276 333 361
Decimal 190 219 241
Hex BE DB F1

RGB Percentages of Color #bedbf1

%29.23
%33.69
%37.08

CMYK Percentages of Color #bedbf1

%21
%9
%0
%5

Triadic Colors of #bedbf1

#bedbf1 #f1bedb #dbf1be

Analogous Colors of #bedbf1

#bedbf1 #bec2f1 #bef1ee

Monochromatic Colors of #bedbf1

#bedbf1

Complementary Color

#bedbf1 #f1d4be

#bedbf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbf1 Color CSS Codes

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

#bedbf1 Text Font Color

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

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


#bedbf1 Background Color

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

This div background color is #bedbf1


#bedbf1 Border Color

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

This div border color is #bedbf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbf1


Comments

No comments written yet.

Please login to write comment.