Color Hex Logo

#bddfbb Color Hex

#BDDFBB
(189,223,187)
0 Favorites   0 Comments

Color spaces of #bddfbb

RGB 189223187
HSL0.320.360.80
HSV117°16°87°
CMYK 0.150.000.16   0.13
XYZ56.343667.182057.0115
Yxy67.18200.31210.3721
Hunter Lab81.9646-20.734816.1354
CIE-Lab85.5958-17.890813.9655

#bddfbb color RGB value is (189,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 10111011
Octal 275 337 273
Decimal 189 223 187
Hex BD DF BB

RGB Percentages of Color #bddfbb

%31.55
%37.23
%31.22

CMYK Percentages of Color #bddfbb

%15
%0
%16
%13

Triadic Colors of #bddfbb

#bddfbb #bbbddf #dfbbbd

Analogous Colors of #bddfbb

#bddfbb #bbdfcb #cfdfbb

Monochromatic Colors of #bddfbb

#bddfbb

Complementary Color

#bddfbb #ddbbdf

#bddfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfbb Color CSS Codes

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

#bddfbb Text Font Color

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

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


#bddfbb Background Color

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

This div background color is #bddfbb


#bddfbb Border Color

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

This div border color is #bddfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfbb


Comments

No comments written yet.

Please login to write comment.