Color Hex Logo

#bdceba Color Hex

#BDCEBA
(189,206,186)
0 Favorites   0 Comments

Color spaces of #bdceba

RGB 189206186
HSL0.310.170.77
HSV111°10°81°
CMYK 0.080.000.10   0.19
XYZ51.920558.506655.0108
Yxy58.50660.31380.3536
Hunter Lab76.4896-12.692510.9018
CIE-Lab81.0196-9.45787.9837

#bdceba color RGB value is (189,206,186).

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

The process color (four color CMYK) of #bdceba color hex is 0.08, 0.00, 0.10, 0.19. Web safe color of #bdceba is #cccccc. Color #bdceba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 10111010
Octal 275 316 272
Decimal 189 206 186
Hex BD CE BA

RGB Percentages of Color #bdceba

%32.53
%35.46
%32.01

CMYK Percentages of Color #bdceba

%8
%0
%10
%19

Triadic Colors of #bdceba

#bdceba #babdce #cebabd

Analogous Colors of #bdceba

#bdceba #bacec1 #c7ceba

Monochromatic Colors of #bdceba

#bdceba

Complementary Color

#bdceba #cbbace

#bdceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdceba Color CSS Codes

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

#bdceba Text Font Color

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

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


#bdceba Background Color

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

This div background color is #bdceba


#bdceba Border Color

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

This div border color is #bdceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdceba


Comments

No comments written yet.

Please login to write comment.