Color Hex Logo

#bddda7 Color Hex

#BDDDA7
(189,221,167)
0 Favorites   0 Comments

Color spaces of #bddda7

RGB 189221167
HSL0.270.440.76
HSV96°24°87°
CMYK 0.140.000.24   0.13
XYZ53.817865.321746.3311
Yxy65.32170.32520.3948
Hunter Lab80.8218-22.578322.5873
CIE-Lab84.6492-20.183423.1033

#bddda7 color RGB value is (189,221,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 10100111
Octal 275 335 247
Decimal 189 221 167
Hex BD DD A7

RGB Percentages of Color #bddda7

%32.76
%38.30
%28.94

CMYK Percentages of Color #bddda7

%14
%0
%24
%13

Triadic Colors of #bddda7

#bddda7 #a7bddd #dda7bd

Analogous Colors of #bddda7

#bddda7 #a7ddac #d8dda7

Monochromatic Colors of #bddda7

#bddda7

Complementary Color

#bddda7 #c7a7dd

#bddda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddda7 Color CSS Codes

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

#bddda7 Text Font Color

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

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


#bddda7 Background Color

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

This div background color is #bddda7


#bddda7 Border Color

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

This div border color is #bddda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddda7


Comments

No comments written yet.

Please login to write comment.