Color Hex Logo

#bedaea Color Hex

#BEDAEA
(190,218,234)
0 Favorites   0 Comments

Color spaces of #bedaea

RGB 190218234
HSL0.560.510.83
HSV202°19°92°
CMYK 0.190.070.00   0.08
XYZ61.157967.030587.5567
Yxy67.03050.28350.3107
Hunter Lab81.8722-9.9381-6.0961
CIE-Lab85.5193-5.9238-10.9496

#bedaea color RGB value is (190,218,234).

#bedaea hex color red value is 190, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bedaea hue: 0.56 , saturation: 0.51 and the lightness value of bedaea is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 11101010
Octal 276 332 352
Decimal 190 218 234
Hex BE DA EA

RGB Percentages of Color #bedaea

%29.60
%33.96
%36.45

CMYK Percentages of Color #bedaea

%19
%7
%0
%8

Triadic Colors of #bedaea

#bedaea #eabeda #daeabe

Analogous Colors of #bedaea

#bedaea #bec4ea #beeae4

Monochromatic Colors of #bedaea

#bedaea

Complementary Color

#bedaea #eacebe

#bedaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedaea Color CSS Codes

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

#bedaea Text Font Color

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

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


#bedaea Background Color

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

This div background color is #bedaea


#bedaea Border Color

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

This div border color is #bedaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedaea


Comments

No comments written yet.

Please login to write comment.