Color Hex Logo

#bdcabe Color Hex

#BDCABE
(189,202,190)
0 Favorites   0 Comments

Color spaces of #bdcabe

RGB 189202190
HSL0.350.110.77
HSV125°79°
CMYK 0.060.000.06   0.21
XYZ51.401156.777656.9652
Yxy56.77760.31130.3438
Hunter Lab75.3509-10.09927.9225
CIE-Lab80.0543-6.66464.4549

#bdcabe color RGB value is (189,202,190).

#bdcabe hex color red value is 189, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bdcabe hue: 0.35 , saturation: 0.11 and the lightness value of bdcabe is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 10111110
Octal 275 312 276
Decimal 189 202 190
Hex BD CA BE

RGB Percentages of Color #bdcabe

%32.53
%34.77
%32.70

CMYK Percentages of Color #bdcabe

%6
%0
%6
%21

Triadic Colors of #bdcabe

#bdcabe #bebdca #cabebd

Analogous Colors of #bdcabe

#bdcabe #bdcac5 #c3cabd

Monochromatic Colors of #bdcabe

#bdcabe

Complementary Color

#bdcabe #cabdc9

#bdcabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcabe Color CSS Codes

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

#bdcabe Text Font Color

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

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


#bdcabe Background Color

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

This div background color is #bdcabe


#bdcabe Border Color

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

This div border color is #bdcabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcabe


Comments

No comments written yet.

Please login to write comment.