Color Hex Logo

#bedbda Color Hex

#BEDBDA
(190,219,218)
0 Favorites   0 Comments

Color spaces of #bedbda

RGB 190219218
HSL0.490.290.80
HSV178°13°86°
CMYK 0.130.000.00   0.14
XYZ59.221666.672176.0774
Yxy66.67210.29320.3301
Hunter Lab81.6530-13.42951.9156
CIE-Lab85.3381-9.7470-2.7506

#bedbda color RGB value is (190,219,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11011010
Octal 276 333 332
Decimal 190 219 218
Hex BE DB DA

RGB Percentages of Color #bedbda

%30.30
%34.93
%34.77

CMYK Percentages of Color #bedbda

%13
%0
%0
%14

Triadic Colors of #bedbda

#bedbda #dabedb #dbdabe

Analogous Colors of #bedbda

#bedbda #becedb #bedbcc

Monochromatic Colors of #bedbda

#bedbda

Complementary Color

#bedbda #dbbebf

#bedbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbda Color CSS Codes

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

#bedbda Text Font Color

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

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


#bedbda Background Color

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

This div background color is #bedbda


#bedbda Border Color

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

This div border color is #bedbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbda


Comments

No comments written yet.

Please login to write comment.