Color Hex Logo

#bdd6bb Color Hex

#BDD6BB
(189,214,187)
0 Favorites   0 Comments

Color spaces of #bdd6bb

RGB 189214187
HSL0.320.250.79
HSV116°13°84°
CMYK 0.120.000.13   0.16
XYZ54.002562.499856.2311
Yxy62.49980.31260.3618
Hunter Lab79.0568-16.418813.1683
CIE-Lab83.1785-13.371410.5367

#bdd6bb color RGB value is (189,214,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 10111011
Octal 275 326 273
Decimal 189 214 187
Hex BD D6 BB

RGB Percentages of Color #bdd6bb

%32.03
%36.27
%31.69

CMYK Percentages of Color #bdd6bb

%12
%0
%13
%16

Triadic Colors of #bdd6bb

#bdd6bb #bbbdd6 #d6bbbd

Analogous Colors of #bdd6bb

#bdd6bb #bbd6c7 #cbd6bb

Monochromatic Colors of #bdd6bb

#bdd6bb

Complementary Color

#bdd6bb #d4bbd6

#bdd6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd6bb Color CSS Codes

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

#bdd6bb Text Font Color

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

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


#bdd6bb Background Color

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

This div background color is #bdd6bb


#bdd6bb Border Color

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

This div border color is #bdd6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd6bb


Comments

No comments written yet.

Please login to write comment.