Color Hex Logo

#bddbb4 Color Hex

#BDDBB4
(189,219,180)
0 Favorites   0 Comments

Color spaces of #bddbb4

RGB 189219180
HSL0.290.350.78
HSV106°18°86°
CMYK 0.140.000.18   0.14
XYZ54.556064.777152.8078
Yxy64.77710.31690.3763
Hunter Lab80.4842-19.851717.4372
CIE-Lab84.3687-17.091715.9134

#bddbb4 color RGB value is (189,219,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10110100
Octal 275 333 264
Decimal 189 219 180
Hex BD DB B4

RGB Percentages of Color #bddbb4

%32.14
%37.24
%30.61

CMYK Percentages of Color #bddbb4

%14
%0
%18
%14

Triadic Colors of #bddbb4

#bddbb4 #b4bddb #dbb4bd

Analogous Colors of #bddbb4

#bddbb4 #b4dbbf #d1dbb4

Monochromatic Colors of #bddbb4

#bddbb4

Complementary Color

#bddbb4 #d2b4db

#bddbb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbb4 Color CSS Codes

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

#bddbb4 Text Font Color

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

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


#bddbb4 Background Color

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

This div background color is #bddbb4


#bddbb4 Border Color

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

This div border color is #bddbb4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,219,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 #bddbb4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbb4


Comments

No comments written yet.

Please login to write comment.