Color Hex Logo

#bdddb4 Color Hex

#BDDDB4
(189,221,180)
0 Favorites   0 Comments

Color spaces of #bdddb4

RGB 189221180
HSL0.300.380.79
HSV107°19°87°
CMYK 0.140.000.19   0.13
XYZ55.080965.827052.9828
Yxy65.82700.31680.3786
Hunter Lab81.1338-20.802518.0756
CIE-Lab84.9081-18.088116.6700

#bdddb4 color RGB value is (189,221,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 10110100
Octal 275 335 264
Decimal 189 221 180
Hex BD DD B4

RGB Percentages of Color #bdddb4

%32.03
%37.46
%30.51

CMYK Percentages of Color #bdddb4

%14
%0
%19
%13

Triadic Colors of #bdddb4

#bdddb4 #b4bddd #ddb4bd

Analogous Colors of #bdddb4

#bdddb4 #b4ddc0 #d2ddb4

Monochromatic Colors of #bdddb4

#bdddb4

Complementary Color

#bdddb4 #d4b4dd

#bdddb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddb4 Color CSS Codes

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

#bdddb4 Text Font Color

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

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


#bdddb4 Background Color

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

This div background color is #bdddb4


#bdddb4 Border Color

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

This div border color is #bdddb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddb4


Comments

No comments written yet.

Please login to write comment.