Color Hex Logo

#bddda0 Color Hex

#BDDDA0
(189,221,160)
0 Favorites   0 Comments

Color spaces of #bddda0

RGB 189221160
HSL0.250.470.75
HSV91°28°87°
CMYK 0.140.000.28   0.13
XYZ53.187965.069843.0141
Yxy65.06980.32980.4035
Hunter Lab80.6659-23.469324.8504
CIE-Lab84.5197-21.245226.5591

#bddda0 color RGB value is (189,221,160).

#bddda0 hex color red value is 189, green value is 221 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bddda0 hue: 0.25 , saturation: 0.47 and the lightness value of bddda0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 10100000
Octal 275 335 240
Decimal 189 221 160
Hex BD DD A0

RGB Percentages of Color #bddda0

%33.16
%38.77
%28.07

CMYK Percentages of Color #bddda0

%14
%0
%28
%13

Triadic Colors of #bddda0

#bddda0 #a0bddd #dda0bd

Analogous Colors of #bddda0

#bddda0 #a0dda2 #dcdda0

Monochromatic Colors of #bddda0

#bddda0

Complementary Color

#bddda0 #c0a0dd

#bddda0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddda0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddda0 Color CSS Codes

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

#bddda0 Text Font Color

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

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


#bddda0 Background Color

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

This div background color is #bddda0


#bddda0 Border Color

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

This div border color is #bddda0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddda0


Comments

No comments written yet.

Please login to write comment.