Color Hex Logo

#bae19c Color Hex

#BAE19C
(186,225,156)
0 Favorites   0 Comments

Color spaces of #bae19c

RGB 186225156
HSL0.260.530.75
HSV94°31°88°
CMYK 0.170.000.31   0.12
XYZ53.175766.689841.5223
Yxy66.68980.32950.4132
Hunter Lab81.6638-26.680827.0184
CIE-Lab85.3471-24.842929.7021

#bae19c color RGB value is (186,225,156).

#bae19c hex color red value is 186, green value is 225 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bae19c hue: 0.26 , saturation: 0.53 and the lightness value of bae19c is 0.75.

The process color (four color CMYK) of #bae19c color hex is 0.17, 0.00, 0.31, 0.12. Web safe color of #bae19c is #cccc99. Color #bae19c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 10011100
Octal 272 341 234
Decimal 186 225 156
Hex BA E1 9C

RGB Percentages of Color #bae19c

%32.80
%39.68
%27.51

CMYK Percentages of Color #bae19c

%17
%0
%31
%12

Triadic Colors of #bae19c

#bae19c #9cbae1 #e19cba

Analogous Colors of #bae19c

#bae19c #9ce1a1 #dde19c

Monochromatic Colors of #bae19c

#bae19c

Complementary Color

#bae19c #c39ce1

#bae19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae19c Color CSS Codes

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

#bae19c Text Font Color

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

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


#bae19c Background Color

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

This div background color is #bae19c


#bae19c Border Color

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

This div border color is #bae19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae19c


Comments

No comments written yet.

Please login to write comment.