Color Hex Logo

#bddda4 Color Hex

#BDDDA4
(189,221,164)
0 Favorites   0 Comments

Color spaces of #bddda4

RGB 189221164
HSL0.260.460.75
HSV94°26°87°
CMYK 0.140.000.26   0.13
XYZ53.543665.212144.8871
Yxy65.21210.32720.3985
Hunter Lab80.7540-22.965923.5715
CIE-Lab84.5929-20.644324.5855

#bddda4 color RGB value is (189,221,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 10100100
Octal 275 335 244
Decimal 189 221 164
Hex BD DD A4

RGB Percentages of Color #bddda4

%32.93
%38.50
%28.57

CMYK Percentages of Color #bddda4

%14
%0
%26
%13

Triadic Colors of #bddda4

#bddda4 #a4bddd #dda4bd

Analogous Colors of #bddda4

#bddda4 #a4dda8 #dadda4

Monochromatic Colors of #bddda4

#bddda4

Complementary Color

#bddda4 #c4a4dd

#bddda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddda4 Color CSS Codes

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

#bddda4 Text Font Color

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

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


#bddda4 Background Color

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

This div background color is #bddda4


#bddda4 Border Color

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

This div border color is #bddda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddda4


Comments

No comments written yet.

Please login to write comment.