Color Hex Logo

#bddbda Color Hex

#BDDBDA
(189,219,218)
0 Favorites   0 Comments

Color spaces of #bddbda

RGB 189219218
HSL0.490.290.80
HSV178°14°86°
CMYK 0.140.000.00   0.14
XYZ58.972766.543876.0657
Yxy66.54380.29250.3301
Hunter Lab81.5744-13.71191.8159
CIE-Lab85.2730-10.0658-2.8537

#bddbda color RGB value is (189,219,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 11011010
Octal 275 333 332
Decimal 189 219 218
Hex BD DB DA

RGB Percentages of Color #bddbda

%30.19
%34.98
%34.82

CMYK Percentages of Color #bddbda

%14
%0
%0
%14

Triadic Colors of #bddbda

#bddbda #dabddb #dbdabd

Analogous Colors of #bddbda

#bddbda #bdcddb #bddbcb

Monochromatic Colors of #bddbda

#bddbda

Complementary Color

#bddbda #dbbdbe

#bddbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbda Color CSS Codes

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

#bddbda Text Font Color

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

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


#bddbda Background Color

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

This div background color is #bddbda


#bddbda Border Color

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

This div border color is #bddbda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,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 #bddbda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbda


Comments

No comments written yet.

Please login to write comment.