Color Hex Logo

#bdd0ba Color Hex

#BDD0BA
(189,208,186)
0 Favorites   0 Comments

Color spaces of #bdd0ba

RGB 189208186
HSL0.310.190.77
HSV112°11°82°
CMYK 0.090.000.11   0.18
XYZ52.405159.475755.1723
Yxy59.47570.31370.3560
Hunter Lab77.1205-13.666111.5680
CIE-Lab81.5524-10.48648.7465

#bdd0ba color RGB value is (189,208,186).

#bdd0ba hex color red value is 189, green value is 208 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bdd0ba hue: 0.31 , saturation: 0.19 and the lightness value of bdd0ba is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 10111010
Octal 275 320 272
Decimal 189 208 186
Hex BD D0 BA

RGB Percentages of Color #bdd0ba

%32.42
%35.68
%31.90

CMYK Percentages of Color #bdd0ba

%9
%0
%11
%18

Triadic Colors of #bdd0ba

#bdd0ba #babdd0 #d0babd

Analogous Colors of #bdd0ba

#bdd0ba #bad0c2 #c8d0ba

Monochromatic Colors of #bdd0ba

#bdd0ba

Complementary Color

#bdd0ba #cdbad0

#bdd0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd0ba Color CSS Codes

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

#bdd0ba Text Font Color

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

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


#bdd0ba Background Color

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

This div background color is #bdd0ba


#bdd0ba Border Color

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

This div border color is #bdd0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd0ba


Comments

No comments written yet.

Please login to write comment.