Color Hex Logo

#bedaee Color Hex

#BEDAEE
(190,218,238)
0 Favorites   0 Comments

Color spaces of #bedaee

RGB 190218238
HSL0.570.590.84
HSV205°20°93°
CMYK 0.200.080.00   0.07
XYZ61.739267.263090.6180
Yxy67.26300.28110.3063
Hunter Lab82.0140-9.1518-8.1002
CIE-Lab85.6366-5.0658-12.8902

#bedaee color RGB value is (190,218,238).

#bedaee hex color red value is 190, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bedaee hue: 0.57 , saturation: 0.59 and the lightness value of bedaee is 0.84.

The process color (four color CMYK) of #bedaee color hex is 0.20, 0.08, 0.00, 0.07. Web safe color of #bedaee is #ccccff. Color #bedaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 11101110
Octal 276 332 356
Decimal 190 218 238
Hex BE DA EE

RGB Percentages of Color #bedaee

%29.41
%33.75
%36.84

CMYK Percentages of Color #bedaee

%20
%8
%0
%7

Triadic Colors of #bedaee

#bedaee #eebeda #daeebe

Analogous Colors of #bedaee

#bedaee #bec2ee #beeeea

Monochromatic Colors of #bedaee

#bedaee

Complementary Color

#bedaee #eed2be

#bedaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedaee Color CSS Codes

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

#bedaee Text Font Color

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

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


#bedaee Background Color

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

This div background color is #bedaee


#bedaee Border Color

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

This div border color is #bedaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedaee


Comments

No comments written yet.

Please login to write comment.