Color Hex Logo

#bdd3bb Color Hex

#BDD3BB
(189,211,187)
0 Favorites   0 Comments

Color spaces of #bdd3bb

RGB 189211187
HSL0.320.210.78
HSV115°11°83°
CMYK 0.100.000.11   0.17
XYZ53.250260.995255.9804
Yxy60.99520.31280.3583
Hunter Lab78.0994-14.968112.1715
CIE-Lab82.3762-11.84509.3921

#bdd3bb color RGB value is (189,211,187).

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

The process color (four color CMYK) of #bdd3bb color hex is 0.10, 0.00, 0.11, 0.17. Web safe color of #bdd3bb is #cccccc. Color #bdd3bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 10111011
Octal 275 323 273
Decimal 189 211 187
Hex BD D3 BB

RGB Percentages of Color #bdd3bb

%32.20
%35.95
%31.86

CMYK Percentages of Color #bdd3bb

%10
%0
%11
%17

Triadic Colors of #bdd3bb

#bdd3bb #bbbdd3 #d3bbbd

Analogous Colors of #bdd3bb

#bdd3bb #bbd3c5 #c9d3bb

Monochromatic Colors of #bdd3bb

#bdd3bb

Complementary Color

#bdd3bb #d1bbd3

#bdd3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd3bb Color CSS Codes

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

#bdd3bb Text Font Color

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

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


#bdd3bb Background Color

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

This div background color is #bdd3bb


#bdd3bb Border Color

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

This div border color is #bdd3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd3bb


Comments

No comments written yet.

Please login to write comment.