Color Hex Logo

#bedefa Color Hex

#BEDEFA
(190,222,250)
0 Favorites   0 Comments

Color spaces of #bedefa

RGB 190222250
HSL0.580.860.86
HSV208°24°98°
CMYK 0.240.110.00   0.02
XYZ64.611870.0918100.5662
Yxy70.09180.27460.2979
Hunter Lab83.7208-8.7536-12.6151
CIE-Lab87.0419-4.5087-17.1140

#bedefa color RGB value is (190,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 11111010
Octal 276 336 372
Decimal 190 222 250
Hex BE DE FA

RGB Percentages of Color #bedefa

%28.70
%33.53
%37.76

CMYK Percentages of Color #bedefa

%24
%11
%0
%2

Triadic Colors of #bedefa

#bedefa #fabede #defabe

Analogous Colors of #bedefa

#bedefa #bec0fa #befaf8

Monochromatic Colors of #bedefa

#bedefa

Complementary Color

#bedefa #fadabe

#bedefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedefa Color CSS Codes

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

#bedefa Text Font Color

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

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


#bedefa Background Color

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

This div background color is #bedefa


#bedefa Border Color

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

This div border color is #bedefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedefa

Related Colors


Comments

No comments written yet.

Please login to write comment.