Color Hex Logo

#bae07c Color Hex

#BAE07C
(186,224,124)
0 Favorites   0 Comments

Color spaces of #bae07c

RGB 186224124
HSL0.230.620.68
HSV83°45°88°
CMYK 0.170.000.45   0.12
XYZ50.543465.205628.9908
Yxy65.20560.34920.4505
Hunter Lab80.7500-29.584935.2387
CIE-Lab84.5896-28.491544.7644

#bae07c color RGB value is (186,224,124).

#bae07c hex color red value is 186, green value is 224 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bae07c hue: 0.23 , saturation: 0.62 and the lightness value of bae07c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 01111100
Octal 272 340 174
Decimal 186 224 124
Hex BA E0 7C

RGB Percentages of Color #bae07c

%34.83
%41.95
%23.22

CMYK Percentages of Color #bae07c

%17
%0
%45
%12

Triadic Colors of #bae07c

#bae07c #7cbae0 #e07cba

Analogous Colors of #bae07c

#bae07c #88e07c #e0d47c

Monochromatic Colors of #bae07c

#bae07c

Complementary Color

#bae07c #a27ce0

#bae07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae07c Color CSS Codes

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

#bae07c Text Font Color

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

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


#bae07c Background Color

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

This div background color is #bae07c


#bae07c Border Color

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

This div border color is #bae07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae07c


Comments

No comments written yet.

Please login to write comment.