Color Hex Logo

#bae793 Color Hex

#BAE793
(186,231,147)
0 Favorites   0 Comments

Color spaces of #bae793

RGB 186231147
HSL0.260.640.74
HSV92°36°91°
CMYK 0.190.000.36   0.09
XYZ54.092169.697538.2058
Yxy69.69750.33390.4302
Hunter Lab83.4850-30.444131.3062
CIE-Lab86.8483-28.960536.2595

#bae793 color RGB value is (186,231,147).

#bae793 hex color red value is 186, green value is 231 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bae793 hue: 0.26 , saturation: 0.64 and the lightness value of bae793 is 0.74.

The process color (four color CMYK) of #bae793 color hex is 0.19, 0.00, 0.36, 0.09. Web safe color of #bae793 is #ccff99. Color #bae793 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 10010011
Octal 272 347 223
Decimal 186 231 147
Hex BA E7 93

RGB Percentages of Color #bae793

%32.98
%40.96
%26.06

CMYK Percentages of Color #bae793

%19
%0
%36
%9

Triadic Colors of #bae793

#bae793 #93bae7 #e793ba

Analogous Colors of #bae793

#bae793 #93e796 #e4e793

Monochromatic Colors of #bae793

#bae793

Complementary Color

#bae793 #c093e7

#bae793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae793 Color CSS Codes

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

#bae793 Text Font Color

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

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


#bae793 Background Color

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

This div background color is #bae793


#bae793 Border Color

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

This div border color is #bae793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae793


Comments

No comments written yet.

Please login to write comment.