Color Hex Logo

#bddbaf Color Hex

#BDDBAF
(189,219,175)
0 Favorites   0 Comments

Color spaces of #bddbaf

RGB 189219175
HSL0.280.380.77
HSV101°20°86°
CMYK 0.140.000.20   0.14
XYZ54.055664.577050.1730
Yxy64.57700.32020.3826
Hunter Lab80.3598-20.558219.2339
CIE-Lab84.2653-17.920118.3932

#bddbaf color RGB value is (189,219,175).

#bddbaf hex color red value is 189, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bddbaf hue: 0.28 , saturation: 0.38 and the lightness value of bddbaf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10101111
Octal 275 333 257
Decimal 189 219 175
Hex BD DB AF

RGB Percentages of Color #bddbaf

%32.42
%37.56
%30.02

CMYK Percentages of Color #bddbaf

%14
%0
%20
%14

Triadic Colors of #bddbaf

#bddbaf #afbddb #dbafbd

Analogous Colors of #bddbaf

#bddbaf #afdbb7 #d3dbaf

Monochromatic Colors of #bddbaf

#bddbaf

Complementary Color

#bddbaf #cdafdb

#bddbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbaf Color CSS Codes

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

#bddbaf Text Font Color

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

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


#bddbaf Background Color

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

This div background color is #bddbaf


#bddbaf Border Color

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

This div border color is #bddbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbaf


Comments

No comments written yet.

Please login to write comment.