Color Hex Logo

#bedaed Color Hex

#BEDAED
(190,218,237)
0 Favorites   0 Comments

Color spaces of #bedaed

RGB 190218237
HSL0.570.570.84
HSV204°20°93°
CMYK 0.200.080.00   0.07
XYZ61.592767.204489.8462
Yxy67.20440.28170.3074
Hunter Lab81.9783-9.3497-7.5956
CIE-Lab85.6071-5.2813-12.4055

#bedaed color RGB value is (190,218,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 11101101
Octal 276 332 355
Decimal 190 218 237
Hex BE DA ED

RGB Percentages of Color #bedaed

%29.46
%33.80
%36.74

CMYK Percentages of Color #bedaed

%20
%8
%0
%7

Triadic Colors of #bedaed

#bedaed #edbeda #daedbe

Analogous Colors of #bedaed

#bedaed #bec3ed #beede9

Monochromatic Colors of #bedaed

#bedaed

Complementary Color

#bedaed #edd1be

#bedaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedaed Color CSS Codes

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

#bedaed Text Font Color

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

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


#bedaed Background Color

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

This div background color is #bedaed


#bedaed Border Color

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

This div border color is #bedaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedaed


Comments

No comments written yet.

Please login to write comment.