Color Hex Logo

#bae693 Color Hex

#BAE693
(186,230,147)
0 Favorites   0 Comments

Color spaces of #bae693

RGB 186230147
HSL0.260.620.74
HSV92°36°90°
CMYK 0.190.000.36   0.10
XYZ53.813069.139338.1127
Yxy69.13930.33410.4293
Hunter Lab83.1500-29.991031.0288
CIE-Lab86.5730-28.487735.8995

#bae693 color RGB value is (186,230,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 10010011
Octal 272 346 223
Decimal 186 230 147
Hex BA E6 93

RGB Percentages of Color #bae693

%33.04
%40.85
%26.11

CMYK Percentages of Color #bae693

%19
%0
%36
%10

Triadic Colors of #bae693

#bae693 #93bae6 #e693ba

Analogous Colors of #bae693

#bae693 #93e696 #e4e693

Monochromatic Colors of #bae693

#bae693

Complementary Color

#bae693 #bf93e6

#bae693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae693 Color CSS Codes

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

#bae693 Text Font Color

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

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


#bae693 Background Color

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

This div background color is #bae693


#bae693 Border Color

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

This div border color is #bae693


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,230,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 #bae693">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae693


Comments

No comments written yet.

Please login to write comment.