Color Hex Logo

#babeae Color Hex

#BABEAE
(186,190,174)
0 Favorites   0 Comments

Color spaces of #babeae

RGB 186190174
HSL0.210.110.71
HSV75°75°
CMYK 0.020.000.08   0.25
XYZ46.303150.322047.3171
Yxy50.32200.32170.3496
Hunter Lab70.9380-7.629910.1090
CIE-Lab76.2665-4.27667.5906

#babeae color RGB value is (186,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 10101110
Octal 272 276 256
Decimal 186 190 174
Hex BA BE AE

RGB Percentages of Color #babeae

%33.82
%34.55
%31.64

CMYK Percentages of Color #babeae

%2
%0
%8
%25

Triadic Colors of #babeae

#babeae #aebabe #beaeba

Analogous Colors of #babeae

#babeae #b2beae #bebaae

Monochromatic Colors of #babeae

#babeae

Complementary Color

#babeae #b2aebe

#babeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#babeae Color CSS Codes

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

#babeae Text Font Color

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

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


#babeae Background Color

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

This div background color is #babeae


#babeae Border Color

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

This div border color is #babeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babeae


Comments

No comments written yet.

Please login to write comment.