Color Hex Logo

#babdb7 Color Hex

#BABDB7
(186,189,183)
0 Favorites   0 Comments

Color spaces of #babdb7

RGB 186189183
HSL0.250.040.73
HSV90°74°
CMYK 0.020.000.03   0.26
XYZ46.994550.253252.0227
Yxy50.25320.31480.3367
Hunter Lab70.8895-5.72436.1123
CIE-Lab76.2244-2.14672.6541

#babdb7 color RGB value is (186,189,183).

#babdb7 hex color red value is 186, green value is 189 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #babdb7 hue: 0.25 , saturation: 0.04 and the lightness value of babdb7 is 0.73.

The process color (four color CMYK) of #babdb7 color hex is 0.02, 0.00, 0.03, 0.26. Web safe color of #babdb7 is #cccccc. Color #babdb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 10110111
Octal 272 275 267
Decimal 186 189 183
Hex BA BD B7

RGB Percentages of Color #babdb7

%33.33
%33.87
%32.80

CMYK Percentages of Color #babdb7

%2
%0
%3
%26

Triadic Colors of #babdb7

#babdb7 #b7babd #bdb7ba

Analogous Colors of #babdb7

#babdb7 #b7bdb7 #bdbdb7

Monochromatic Colors of #babdb7

#babdb7

Complementary Color

#babdb7 #bab7bd

#babdb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdb7 Color CSS Codes

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

#babdb7 Text Font Color

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

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


#babdb7 Background Color

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

This div background color is #babdb7


#babdb7 Border Color

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

This div border color is #babdb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdb7


Comments

No comments written yet.

Please login to write comment.