Color Hex Logo

#bdd0bf Color Hex

#BDD0BF
(189,208,191)
0 Favorites   0 Comments

Color spaces of #bdd0bf

RGB 189208191
HSL0.350.170.78
HSV126°82°
CMYK 0.090.000.08   0.18
XYZ52.946159.692258.0214
Yxy59.69220.31020.3498
Hunter Lab77.2607-12.88189.5568
CIE-Lab81.6706-9.58996.2517

#bdd0bf color RGB value is (189,208,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 10111111
Octal 275 320 277
Decimal 189 208 191
Hex BD D0 BF

RGB Percentages of Color #bdd0bf

%32.14
%35.37
%32.48

CMYK Percentages of Color #bdd0bf

%9
%0
%8
%18

Triadic Colors of #bdd0bf

#bdd0bf #bfbdd0 #d0bfbd

Analogous Colors of #bdd0bf

#bdd0bf #bdd0c9 #c5d0bd

Monochromatic Colors of #bdd0bf

#bdd0bf

Complementary Color

#bdd0bf #d0bdce

#bdd0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd0bf Color CSS Codes

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

#bdd0bf Text Font Color

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

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


#bdd0bf Background Color

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

This div background color is #bdd0bf


#bdd0bf Border Color

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

This div border color is #bdd0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd0bf


Comments

No comments written yet.

Please login to write comment.