Color Hex Logo

#bedbd6 Color Hex

#BEDBD6
(190,219,214)
0 Favorites   0 Comments

Color spaces of #bedbd6

RGB 190219214
HSL0.470.290.80
HSV170°13°86°
CMYK 0.130.000.02   0.14
XYZ58.704366.465273.3534
Yxy66.46520.29570.3348
Hunter Lab81.5262-14.13893.7220
CIE-Lab85.2332-10.5418-0.7876

#bedbd6 color RGB value is (190,219,214).

#bedbd6 hex color red value is 190, green value is 219 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #bedbd6 hue: 0.47 , saturation: 0.29 and the lightness value of bedbd6 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11010110
Octal 276 333 326
Decimal 190 219 214
Hex BE DB D6

RGB Percentages of Color #bedbd6

%30.50
%35.15
%34.35

CMYK Percentages of Color #bedbd6

%13
%0
%2
%14

Triadic Colors of #bedbd6

#bedbd6 #d6bedb #dbd6be

Analogous Colors of #bedbd6

#bedbd6 #bed2db #bedbc8

Monochromatic Colors of #bedbd6

#bedbd6

Complementary Color

#bedbd6 #dbbec3

#bedbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbd6 Color CSS Codes

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

#bedbd6 Text Font Color

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

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


#bedbd6 Background Color

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

This div background color is #bedbd6


#bedbd6 Border Color

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

This div border color is #bedbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbd6


Comments

No comments written yet.

Please login to write comment.