Color Hex Logo

#baeaae Color Hex

#BAEAAE
(186,234,174)
0 Favorites   0 Comments

Color spaces of #baeaae

RGB 186234174
HSL0.300.590.80
HSV108°26°92°
CMYK 0.210.000.26   0.08
XYZ57.312572.340750.9869
Yxy72.34070.31730.4005
Hunter Lab85.0533-28.562623.9948
CIE-Lab88.1323-26.430324.2296

#baeaae color RGB value is (186,234,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 10101110
Octal 272 352 256
Decimal 186 234 174
Hex BA EA AE

RGB Percentages of Color #baeaae

%31.31
%39.39
%29.29

CMYK Percentages of Color #baeaae

%21
%0
%26
%8

Triadic Colors of #baeaae

#baeaae #aebaea #eaaeba

Analogous Colors of #baeaae

#baeaae #aeeac0 #d8eaae

Monochromatic Colors of #baeaae

#baeaae

Complementary Color

#baeaae #deaeea

#baeaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeaae Color CSS Codes

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

#baeaae Text Font Color

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

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


#baeaae Background Color

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

This div background color is #baeaae


#baeaae Border Color

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

This div border color is #baeaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeaae


Comments

No comments written yet.

Please login to write comment.