Color Hex Logo

#babeb7 Color Hex

#BABEB7
(186,190,183)
0 Favorites   0 Comments

Color spaces of #babeb7

RGB 186190183
HSL0.260.050.73
HSV94°75°
CMYK 0.020.000.04   0.25
XYZ47.210450.684952.0947
Yxy50.68490.31480.3379
Hunter Lab71.1933-6.21976.4507
CIE-Lab76.4877-2.67733.0360

#babeb7 color RGB value is (186,190,183).

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

The process color (four color CMYK) of #babeb7 color hex is 0.02, 0.00, 0.04, 0.25. Web safe color of #babeb7 is #cccccc. Color #babeb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 10110111
Octal 272 276 267
Decimal 186 190 183
Hex BA BE B7

RGB Percentages of Color #babeb7

%33.27
%33.99
%32.74

CMYK Percentages of Color #babeb7

%2
%0
%4
%25

Triadic Colors of #babeb7

#babeb7 #b7babe #beb7ba

Analogous Colors of #babeb7

#babeb7 #b7beb8 #bebeb7

Monochromatic Colors of #babeb7

#babeb7

Complementary Color

#babeb7 #bbb7be

#babeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babeb7 Color CSS Codes

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

#babeb7 Text Font Color

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

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


#babeb7 Background Color

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

This div background color is #babeb7


#babeb7 Border Color

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

This div border color is #babeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babeb7


Comments

No comments written yet.

Please login to write comment.