Color Hex Logo

#bddbba Color Hex

#BDDBBA
(189,219,186)
0 Favorites   0 Comments

Color spaces of #bddbba

RGB 189219186
HSL0.320.310.79
HSV115°15°86°
CMYK 0.140.000.15   0.14
XYZ55.180765.027056.0975
Yxy65.02700.31300.3688
Hunter Lab80.6393-18.973015.2019
CIE-Lab84.4976-16.067312.9382

#bddbba color RGB value is (189,219,186).

#bddbba hex color red value is 189, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bddbba hue: 0.32 , saturation: 0.31 and the lightness value of bddbba is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10111010
Octal 275 333 272
Decimal 189 219 186
Hex BD DB BA

RGB Percentages of Color #bddbba

%31.82
%36.87
%31.31

CMYK Percentages of Color #bddbba

%14
%0
%15
%14

Triadic Colors of #bddbba

#bddbba #babddb #dbbabd

Analogous Colors of #bddbba

#bddbba #badbc8 #cedbba

Monochromatic Colors of #bddbba

#bddbba

Complementary Color

#bddbba #d8badb

#bddbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbba Color CSS Codes

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

#bddbba Text Font Color

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

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


#bddbba Background Color

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

This div background color is #bddbba


#bddbba Border Color

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

This div border color is #bddbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbba


Comments

No comments written yet.

Please login to write comment.