Color Hex Logo

#bedbd2 Color Hex

#BEDBD2
(190,219,210)
0 Favorites   0 Comments

Color spaces of #bedbd2

RGB 190219210
HSL0.450.290.80
HSV161°13°86°
CMYK 0.130.000.04   0.14
XYZ58.199666.263370.6954
Yxy66.26330.29820.3395
Hunter Lab81.4023-14.83315.4900
CIE-Lab85.1305-11.32331.1793

#bedbd2 color RGB value is (190,219,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11010010
Octal 276 333 322
Decimal 190 219 210
Hex BE DB D2

RGB Percentages of Color #bedbd2

%30.69
%35.38
%33.93

CMYK Percentages of Color #bedbd2

%13
%0
%4
%14

Triadic Colors of #bedbd2

#bedbd2 #d2bedb #dbd2be

Analogous Colors of #bedbd2

#bedbd2 #bed6db #bedbc4

Monochromatic Colors of #bedbd2

#bedbd2

Complementary Color

#bedbd2 #dbbec7

#bedbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbd2 Color CSS Codes

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

#bedbd2 Text Font Color

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

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


#bedbd2 Background Color

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

This div background color is #bedbd2


#bedbd2 Border Color

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

This div border color is #bedbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbd2


Comments

No comments written yet.

Please login to write comment.