Color Hex Logo

#bedffb Color Hex

#BEDFFB
(190,223,251)
0 Favorites   0 Comments

Color spaces of #bedffb

RGB 190223251
HSL0.580.880.86
HSV208°24°98°
CMYK 0.240.110.00   0.02
XYZ65.035570.6875101.4831
Yxy70.68750.27420.2980
Hunter Lab84.0759-9.0570-12.7124
CIE-Lab87.3330-4.8045-17.2022

#bedffb color RGB value is (190,223,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 11111011
Octal 276 337 373
Decimal 190 223 251
Hex BE DF FB

RGB Percentages of Color #bedffb

%28.61
%33.58
%37.80

CMYK Percentages of Color #bedffb

%24
%11
%0
%2

Triadic Colors of #bedffb

#bedffb #fbbedf #dffbbe

Analogous Colors of #bedffb

#bedffb #bec1fb #befbf9

Monochromatic Colors of #bedffb

#bedffb

Complementary Color

#bedffb #fbdabe

#bedffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedffb Color CSS Codes

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

#bedffb Text Font Color

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

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


#bedffb Background Color

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

This div background color is #bedffb


#bedffb Border Color

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

This div border color is #bedffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedffb


Comments

No comments written yet.

Please login to write comment.