Color Hex Logo

#bdddd0 Color Hex

#BDDDD0
(189,221,208)
0 Favorites   0 Comments

Color spaces of #bdddd0

RGB 189221208
HSL0.430.320.80
HSV156°14°87°
CMYK 0.140.000.06   0.13
XYZ58.227967.085869.5544
Yxy67.08580.29880.3443
Hunter Lab81.9059-16.43766.9852
CIE-Lab85.5473-13.05062.8345

#bdddd0 color RGB value is (189,221,208).

#bdddd0 hex color red value is 189, green value is 221 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #bdddd0 hue: 0.43 , saturation: 0.32 and the lightness value of bdddd0 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 11010000
Octal 275 335 320
Decimal 189 221 208
Hex BD DD D0

RGB Percentages of Color #bdddd0

%30.58
%35.76
%33.66

CMYK Percentages of Color #bdddd0

%14
%0
%6
%13

Triadic Colors of #bdddd0

#bdddd0 #d0bddd #ddd0bd

Analogous Colors of #bdddd0

#bdddd0 #bddadd #bdddc0

Monochromatic Colors of #bdddd0

#bdddd0

Complementary Color

#bdddd0 #ddbdca

#bdddd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddd0 Color CSS Codes

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

#bdddd0 Text Font Color

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

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


#bdddd0 Background Color

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

This div background color is #bdddd0


#bdddd0 Border Color

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

This div border color is #bdddd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddd0


Comments

No comments written yet.

Please login to write comment.