Color Hex Logo

#babeaf Color Hex

#BABEAF
(186,190,175)
0 Favorites   0 Comments

Color spaces of #babeaf

RGB 186190175
HSL0.210.100.72
HSV76°75°
CMYK 0.020.000.08   0.25
XYZ46.401050.361247.8325
Yxy50.36120.32090.3483
Hunter Lab70.9656-7.47739.7131
CIE-Lab76.2904-4.10287.0838

#babeaf color RGB value is (186,190,175).

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

The process color (four color CMYK) of #babeaf color hex is 0.02, 0.00, 0.08, 0.25. Web safe color of #babeaf is #cccc99. Color #babeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 10101111
Octal 272 276 257
Decimal 186 190 175
Hex BA BE AF

RGB Percentages of Color #babeaf

%33.76
%34.48
%31.76

CMYK Percentages of Color #babeaf

%2
%0
%8
%25

Triadic Colors of #babeaf

#babeaf #afbabe #beafba

Analogous Colors of #babeaf

#babeaf #b3beaf #bebbaf

Monochromatic Colors of #babeaf

#babeaf

Complementary Color

#babeaf #b3afbe

#babeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#babeaf Color CSS Codes

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

#babeaf Text Font Color

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

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


#babeaf Background Color

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

This div background color is #babeaf


#babeaf Border Color

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

This div border color is #babeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babeaf


Comments

No comments written yet.

Please login to write comment.