Color Hex Logo

#bdcaba Color Hex

#BDCABA
(189,202,186)
0 Favorites   0 Comments

Color spaces of #bdcaba

RGB 189202186
HSL0.300.130.76
HSV109°79°
CMYK 0.060.000.08   0.21
XYZ50.969756.605054.6938
Yxy56.60500.31410.3488
Hunter Lab75.2363-10.73669.5639
CIE-Lab79.9569-7.38746.4580

#bdcaba color RGB value is (189,202,186).

#bdcaba hex color red value is 189, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bdcaba hue: 0.30 , saturation: 0.13 and the lightness value of bdcaba is 0.76.

The process color (four color CMYK) of #bdcaba color hex is 0.06, 0.00, 0.08, 0.21. Web safe color of #bdcaba is #cccccc. Color #bdcaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 10111010
Octal 275 312 272
Decimal 189 202 186
Hex BD CA BA

RGB Percentages of Color #bdcaba

%32.76
%35.01
%32.24

CMYK Percentages of Color #bdcaba

%6
%0
%8
%21

Triadic Colors of #bdcaba

#bdcaba #babdca #cababd

Analogous Colors of #bdcaba

#bdcaba #bacabf #c5caba

Monochromatic Colors of #bdcaba

#bdcaba

Complementary Color

#bdcaba #c7baca

#bdcaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcaba Color CSS Codes

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

#bdcaba Text Font Color

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

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


#bdcaba Background Color

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

This div background color is #bdcaba


#bdcaba Border Color

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

This div border color is #bdcaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcaba


Comments

No comments written yet.

Please login to write comment.