Color Hex Logo

#baeda8 Color Hex

#BAEDA8
(186,237,168)
0 Favorites   0 Comments

Color spaces of #baeda8

RGB 186237168
HSL0.290.660.79
HSV104°29°93°
CMYK 0.220.000.29   0.07
XYZ57.601873.834648.2614
Yxy73.83460.32050.4109
Hunter Lab85.9271-30.713626.8484
CIE-Lab88.8443-28.789428.2753

#baeda8 color RGB value is (186,237,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 10101000
Octal 272 355 250
Decimal 186 237 168
Hex BA ED A8

RGB Percentages of Color #baeda8

%31.47
%40.10
%28.43

CMYK Percentages of Color #baeda8

%22
%0
%29
%7

Triadic Colors of #baeda8

#baeda8 #a8baed #eda8ba

Analogous Colors of #baeda8

#baeda8 #a8edb9 #ddeda8

Monochromatic Colors of #baeda8

#baeda8

Complementary Color

#baeda8 #dba8ed

#baeda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeda8 Color CSS Codes

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

#baeda8 Text Font Color

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

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


#baeda8 Background Color

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

This div background color is #baeda8


#baeda8 Border Color

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

This div border color is #baeda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeda8


Comments

No comments written yet.

Please login to write comment.