Color Hex Logo

#bddda6 Color Hex

#BDDDA6
(189,221,166)
0 Favorites   0 Comments

Color spaces of #bddda6

RGB 189221166
HSL0.260.450.76
HSV95°25°87°
CMYK 0.140.000.25   0.13
XYZ53.725765.284945.8460
Yxy65.28490.32590.3960
Hunter Lab80.7991-22.708422.9178
CIE-Lab84.6303-20.338023.5975

#bddda6 color RGB value is (189,221,166).

#bddda6 hex color red value is 189, green value is 221 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #bddda6 hue: 0.26 , saturation: 0.45 and the lightness value of bddda6 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 10100110
Octal 275 335 246
Decimal 189 221 166
Hex BD DD A6

RGB Percentages of Color #bddda6

%32.81
%38.37
%28.82

CMYK Percentages of Color #bddda6

%14
%0
%25
%13

Triadic Colors of #bddda6

#bddda6 #a6bddd #dda6bd

Analogous Colors of #bddda6

#bddda6 #a6ddab #d9dda6

Monochromatic Colors of #bddda6

#bddda6

Complementary Color

#bddda6 #c6a6dd

#bddda6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddda6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddda6 Color CSS Codes

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

#bddda6 Text Font Color

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

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


#bddda6 Background Color

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

This div background color is #bddda6


#bddda6 Border Color

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

This div border color is #bddda6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddda6


Comments

No comments written yet.

Please login to write comment.