Color Hex Logo

#bddbb1 Color Hex

#BDDBB1
(189,219,177)
0 Favorites   0 Comments

Color spaces of #bddbb1

RGB 189219177
HSL0.290.370.78
HSV103°19°86°
CMYK 0.140.000.19   0.14
XYZ54.253664.656251.2154
Yxy64.65620.31890.3801
Hunter Lab80.4091-20.278418.5224
CIE-Lab84.3063-17.591517.4013

#bddbb1 color RGB value is (189,219,177).

#bddbb1 hex color red value is 189, green value is 219 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #bddbb1 hue: 0.29 , saturation: 0.37 and the lightness value of bddbb1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10110001
Octal 275 333 261
Decimal 189 219 177
Hex BD DB B1

RGB Percentages of Color #bddbb1

%32.31
%37.44
%30.26

CMYK Percentages of Color #bddbb1

%14
%0
%19
%14

Triadic Colors of #bddbb1

#bddbb1 #b1bddb #dbb1bd

Analogous Colors of #bddbb1

#bddbb1 #b1dbba #d2dbb1

Monochromatic Colors of #bddbb1

#bddbb1

Complementary Color

#bddbb1 #cfb1db

#bddbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbb1 Color CSS Codes

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

#bddbb1 Text Font Color

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

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


#bddbb1 Background Color

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

This div background color is #bddbb1


#bddbb1 Border Color

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

This div border color is #bddbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbb1


Comments

No comments written yet.

Please login to write comment.