Color Hex Logo

#baeabd Color Hex

#BAEABD
(186,234,189)
0 Favorites   0 Comments

Color spaces of #baeabd

RGB 186234189
HSL0.340.530.82
HSV124°21°92°
CMYK 0.210.000.19   0.08
XYZ58.857872.958959.1244
Yxy72.95890.30830.3821
Hunter Lab85.4160-26.478518.7510
CIE-Lab88.4281-23.942316.8815

#baeabd color RGB value is (186,234,189).

#baeabd hex color red value is 186, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #baeabd hue: 0.34 , saturation: 0.53 and the lightness value of baeabd is 0.82.

The process color (four color CMYK) of #baeabd color hex is 0.21, 0.00, 0.19, 0.08. Web safe color of #baeabd is #ccffcc. Color #baeabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 10111101
Octal 272 352 275
Decimal 186 234 189
Hex BA EA BD

RGB Percentages of Color #baeabd

%30.54
%38.42
%31.03

CMYK Percentages of Color #baeabd

%21
%0
%19
%8

Triadic Colors of #baeabd

#baeabd #bdbaea #eabdba

Analogous Colors of #baeabd

#baeabd #baead5 #cfeaba

Monochromatic Colors of #baeabd

#baeabd

Complementary Color

#baeabd #eabae7

#baeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeabd Color CSS Codes

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

#baeabd Text Font Color

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

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


#baeabd Background Color

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

This div background color is #baeabd


#baeabd Border Color

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

This div border color is #baeabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeabd


Comments

No comments written yet.

Please login to write comment.