Color Hex Logo

#baebae Color Hex

#BAEBAE
(186,235,174)
10 Favorites   0 Comments

Color spaces of #baebae

RGB 186235174
HSL0.300.600.80
HSV108°26°92°
CMYK 0.210.000.26   0.08
XYZ57.598072.911851.0820
Yxy72.91180.31720.4015
Hunter Lab85.3884-29.024124.3028
CIE-Lab88.4056-26.908124.6044

#baebae color RGB value is (186,235,174).

#baebae hex color red value is 186, green value is 235 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #baebae hue: 0.30 , saturation: 0.60 and the lightness value of baebae is 0.80.

The process color (four color CMYK) of #baebae color hex is 0.21, 0.00, 0.26, 0.08. Web safe color of #baebae is #ccff99. Color #baebae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 10101110
Octal 272 353 256
Decimal 186 235 174
Hex BA EB AE

RGB Percentages of Color #baebae

%31.26
%39.50
%29.24

CMYK Percentages of Color #baebae

%21
%0
%26
%8

Triadic Colors of #baebae

#baebae #aebaeb #ebaeba

Analogous Colors of #baebae

#baebae #aeebc1 #d9ebae

Monochromatic Colors of #baebae

#baebae

Complementary Color

#baebae #dfaeeb

#baebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebae Color CSS Codes

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

#baebae Text Font Color

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

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


#baebae Background Color

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

This div background color is #baebae


#baebae Border Color

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

This div border color is #baebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebae

#baebae Color Palettes


Comments

No comments written yet.

Please login to write comment.