Color Hex Logo

#bdddb6 Color Hex

#BDDDB6
(189,221,182)
0 Favorites   0 Comments

Color spaces of #bdddb6

RGB 189221182
HSL0.300.360.79
HSV109°18°87°
CMYK 0.140.000.18   0.13
XYZ55.286265.909154.0638
Yxy65.90910.31550.3761
Hunter Lab81.1844-20.515117.3456
CIE-Lab84.9500-17.751515.6796

#bdddb6 color RGB value is (189,221,182).

#bdddb6 hex color red value is 189, green value is 221 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #bdddb6 hue: 0.30 , saturation: 0.36 and the lightness value of bdddb6 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 10110110
Octal 275 335 266
Decimal 189 221 182
Hex BD DD B6

RGB Percentages of Color #bdddb6

%31.93
%37.33
%30.74

CMYK Percentages of Color #bdddb6

%14
%0
%18
%13

Triadic Colors of #bdddb6

#bdddb6 #b6bddd #ddb6bd

Analogous Colors of #bdddb6

#bdddb6 #b6ddc3 #d1ddb6

Monochromatic Colors of #bdddb6

#bdddb6

Complementary Color

#bdddb6 #d6b6dd

#bdddb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddb6 Color CSS Codes

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

#bdddb6 Text Font Color

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

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


#bdddb6 Background Color

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

This div background color is #bdddb6


#bdddb6 Border Color

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

This div border color is #bdddb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddb6


Comments

No comments written yet.

Please login to write comment.