Color Hex Logo

#bddbd6 Color Hex

#BDDBD6
(189,219,214)
0 Favorites   0 Comments

Color spaces of #bddbd6

RGB 189219214
HSL0.470.290.80
HSV170°14°86°
CMYK 0.140.000.02   0.14
XYZ58.455466.336973.3417
Yxy66.33690.29500.3348
Hunter Lab81.4475-14.42243.6239
CIE-Lab85.1680-10.8635-0.8906

#bddbd6 color RGB value is (189,219,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 11010110
Octal 275 333 326
Decimal 189 219 214
Hex BD DB D6

RGB Percentages of Color #bddbd6

%30.39
%35.21
%34.41

CMYK Percentages of Color #bddbd6

%14
%0
%2
%14

Triadic Colors of #bddbd6

#bddbd6 #d6bddb #dbd6bd

Analogous Colors of #bddbd6

#bddbd6 #bdd1db #bddbc7

Monochromatic Colors of #bddbd6

#bddbd6

Complementary Color

#bddbd6 #dbbdc2

#bddbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbd6 Color CSS Codes

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

#bddbd6 Text Font Color

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

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


#bddbd6 Background Color

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

This div background color is #bddbd6


#bddbd6 Border Color

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

This div border color is #bddbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbd6


Comments

No comments written yet.

Please login to write comment.