Color Hex Logo

#bedadd Color Hex

#BEDADD
(190,218,221)
0 Favorites   0 Comments

Color spaces of #bedadd

RGB 190218221
HSL0.520.310.81
HSV186°14°87°
CMYK 0.140.010.00   0.13
XYZ59.357866.310478.0773
Yxy66.31040.29130.3255
Hunter Lab81.4312-12.39020.1538
CIE-Lab85.1545-8.6285-4.6088

#bedadd color RGB value is (190,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 11011101
Octal 276 332 335
Decimal 190 218 221
Hex BE DA DD

RGB Percentages of Color #bedadd

%30.21
%34.66
%35.14

CMYK Percentages of Color #bedadd

%14
%1
%0
%13

Triadic Colors of #bedadd

#bedadd #ddbeda #daddbe

Analogous Colors of #bedadd

#bedadd #becbdd #beddd1

Monochromatic Colors of #bedadd

#bedadd

Complementary Color

#bedadd #ddc1be

#bedadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedadd Color CSS Codes

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

#bedadd Text Font Color

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

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


#bedadd Background Color

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

This div background color is #bedadd


#bedadd Border Color

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

This div border color is #bedadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedadd

#bedadd Color Palettes


Comments

No comments written yet.

Please login to write comment.