Color Hex Logo

#baeda5 Color Hex

#BAEDA5
(186,237,165)
0 Favorites   0 Comments

Color spaces of #baeda5

RGB 186237165
HSL0.280.670.79
HSV103°30°93°
CMYK 0.220.000.30   0.07
XYZ57.325473.724146.8061
Yxy73.72410.32230.4145
Hunter Lab85.8627-31.086127.7833
CIE-Lab88.7919-29.241729.7335

#baeda5 color RGB value is (186,237,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 10100101
Octal 272 355 245
Decimal 186 237 165
Hex BA ED A5

RGB Percentages of Color #baeda5

%31.63
%40.31
%28.06

CMYK Percentages of Color #baeda5

%22
%0
%30
%7

Triadic Colors of #baeda5

#baeda5 #a5baed #eda5ba

Analogous Colors of #baeda5

#baeda5 #a5edb4 #deeda5

Monochromatic Colors of #baeda5

#baeda5

Complementary Color

#baeda5 #d8a5ed

#baeda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeda5 Color CSS Codes

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

#baeda5 Text Font Color

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

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


#baeda5 Background Color

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

This div background color is #baeda5


#baeda5 Border Color

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

This div border color is #baeda5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeda5


Comments

No comments written yet.

Please login to write comment.