Color Hex Logo

#baeda2 Color Hex

#BAEDA2
(186,237,162)
0 Favorites   0 Comments

Color spaces of #baeda2

RGB 186237162
HSL0.280.680.78
HSV101°32°93°
CMYK 0.220.000.32   0.07
XYZ57.055573.616145.3846
Yxy73.61610.32410.4181
Hunter Lab85.7998-31.450128.6979
CIE-Lab88.7407-29.685031.1890

#baeda2 color RGB value is (186,237,162).

#baeda2 hex color red value is 186, green value is 237 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #baeda2 hue: 0.28 , saturation: 0.68 and the lightness value of baeda2 is 0.78.

The process color (four color CMYK) of #baeda2 color hex is 0.22, 0.00, 0.32, 0.07. Web safe color of #baeda2 is #ccff99. Color #baeda2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 10100010
Octal 272 355 242
Decimal 186 237 162
Hex BA ED A2

RGB Percentages of Color #baeda2

%31.79
%40.51
%27.69

CMYK Percentages of Color #baeda2

%22
%0
%32
%7

Triadic Colors of #baeda2

#baeda2 #a2baed #eda2ba

Analogous Colors of #baeda2

#baeda2 #a2edb0 #e0eda2

Monochromatic Colors of #baeda2

#baeda2

Complementary Color

#baeda2 #d5a2ed

#baeda2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeda2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeda2 Color CSS Codes

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

#baeda2 Text Font Color

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

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


#baeda2 Background Color

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

This div background color is #baeda2


#baeda2 Border Color

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

This div border color is #baeda2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeda2


Comments

No comments written yet.

Please login to write comment.