Color Hex Logo

#bedade Color Hex

#BEDADE
(190,218,222)
0 Favorites   0 Comments

Color spaces of #bedade

RGB 190218222
HSL0.520.330.81
HSV188°14°87°
CMYK 0.140.020.00   0.13
XYZ59.491466.363978.7812
Yxy66.36390.29070.3243
Hunter Lab81.4640-12.2074-0.3126
CIE-Lab85.1817-8.4254-5.0983

#bedade color RGB value is (190,218,222).

#bedade hex color red value is 190, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bedade hue: 0.52 , saturation: 0.33 and the lightness value of bedade is 0.81.

The process color (four color CMYK) of #bedade color hex is 0.14, 0.02, 0.00, 0.13. Web safe color of #bedade is #cccccc. Color #bedade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 11011110
Octal 276 332 336
Decimal 190 218 222
Hex BE DA DE

RGB Percentages of Color #bedade

%30.16
%34.60
%35.24

CMYK Percentages of Color #bedade

%14
%2
%0
%13

Triadic Colors of #bedade

#bedade #debeda #dadebe

Analogous Colors of #bedade

#bedade #becade #beded2

Monochromatic Colors of #bedade

#bedade

Complementary Color

#bedade #dec2be

#bedade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedade Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedade Color CSS Codes

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

#bedade Text Font Color

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

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


#bedade Background Color

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

This div background color is #bedade


#bedade Border Color

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

This div border color is #bedade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedade

#bedade Color Palettes


Comments

No comments written yet.

Please login to write comment.