Color Hex Logo

#bae16d Color Hex

#BAE16D
(186,225,109)
0 Favorites   0 Comments

Color spaces of #bae16d

RGB 186225109
HSL0.220.660.65
HSV80°52°88°
CMYK 0.170.000.52   0.12
XYZ49.935265.393724.4584
Yxy65.39370.35720.4678
Hunter Lab80.8664-31.291938.6739
CIE-Lab84.6862-30.539452.0196

#bae16d color RGB value is (186,225,109).

#bae16d hex color red value is 186, green value is 225 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bae16d hue: 0.22 , saturation: 0.66 and the lightness value of bae16d is 0.65.

The process color (four color CMYK) of #bae16d color hex is 0.17, 0.00, 0.52, 0.12. Web safe color of #bae16d is #cccc66. Color #bae16d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 01101101
Octal 272 341 155
Decimal 186 225 109
Hex BA E1 6D

RGB Percentages of Color #bae16d

%35.77
%43.27
%20.96

CMYK Percentages of Color #bae16d

%17
%0
%52
%12

Triadic Colors of #bae16d

#bae16d #6dbae1 #e16dba

Analogous Colors of #bae16d

#bae16d #80e16d #e1ce6d

Monochromatic Colors of #bae16d

#bae16d

Complementary Color

#bae16d #946de1

#bae16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae16d Color CSS Codes

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

#bae16d Text Font Color

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

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


#bae16d Background Color

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

This div background color is #bae16d


#bae16d Border Color

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

This div border color is #bae16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae16d


Comments

No comments written yet.

Please login to write comment.