Color Hex Logo

#babeb0 Color Hex

#BABEB0
(186,190,176)
0 Favorites   0 Comments

Color spaces of #babeb0

RGB 186190176
HSL0.210.100.72
HSV77°75°
CMYK 0.020.000.07   0.25
XYZ46.499650.400648.3518
Yxy50.40060.32010.3470
Hunter Lab70.9934-7.32369.3144
CIE-Lab76.3145-3.92786.5771

#babeb0 color RGB value is (186,190,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 10110000
Octal 272 276 260
Decimal 186 190 176
Hex BA BE B0

RGB Percentages of Color #babeb0

%33.70
%34.42
%31.88

CMYK Percentages of Color #babeb0

%2
%0
%7
%25

Triadic Colors of #babeb0

#babeb0 #b0babe #beb0ba

Analogous Colors of #babeb0

#babeb0 #b3beb0 #bebbb0

Monochromatic Colors of #babeb0

#babeb0

Complementary Color

#babeb0 #b4b0be

#babeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babeb0 Color CSS Codes

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

#babeb0 Text Font Color

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

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


#babeb0 Background Color

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

This div background color is #babeb0


#babeb0 Border Color

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

This div border color is #babeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babeb0


Comments

No comments written yet.

Please login to write comment.