Color Hex Logo

#babdaf Color Hex

#BABDAF
(186,189,175)
0 Favorites   0 Comments

Color spaces of #babdaf

RGB 186189175
HSL0.200.100.71
HSV73°74°
CMYK 0.020.000.07   0.26
XYZ46.185249.929447.7606
Yxy49.92940.32100.3470
Hunter Lab70.6607-6.98539.3876
CIE-Lab76.0259-3.57396.7040

#babdaf color RGB value is (186,189,175).

#babdaf hex color red value is 186, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #babdaf hue: 0.20 , saturation: 0.10 and the lightness value of babdaf is 0.71.

The process color (four color CMYK) of #babdaf color hex is 0.02, 0.00, 0.07, 0.26. Web safe color of #babdaf is #cccc99. Color #babdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 10101111
Octal 272 275 257
Decimal 186 189 175
Hex BA BD AF

RGB Percentages of Color #babdaf

%33.82
%34.36
%31.82

CMYK Percentages of Color #babdaf

%2
%0
%7
%26

Triadic Colors of #babdaf

#babdaf #afbabd #bdafba

Analogous Colors of #babdaf

#babdaf #b3bdaf #bdb9af

Monochromatic Colors of #babdaf

#babdaf

Complementary Color

#babdaf #b2afbd

#babdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdaf Color CSS Codes

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

#babdaf Text Font Color

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

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


#babdaf Background Color

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

This div background color is #babdaf


#babdaf Border Color

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

This div border color is #babdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdaf


Comments

No comments written yet.

Please login to write comment.