Color Hex Logo

#bae72d Color Hex

#BAE72D
(186,231,45)
0 Favorites   0 Comments

Color spaces of #bae72d

RGB 18623145
HSL0.210.790.54
HSV75°81°91°
CMYK 0.190.000.81   0.09
XYZ49.299367.780412.9672
Yxy67.78040.37910.5212
Hunter Lab82.3289-37.188048.2917
CIE-Lab85.8965-37.476277.2844

#bae72d color RGB value is (186,231,45).

#bae72d hex color red value is 186, green value is 231 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bae72d hue: 0.21 , saturation: 0.79 and the lightness value of bae72d is 0.54.

The process color (four color CMYK) of #bae72d color hex is 0.19, 0.00, 0.81, 0.09. Web safe color of #bae72d is #ccff33. Color #bae72d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 00101101
Octal 272 347 55
Decimal 186 231 45
Hex BA E7 2D

RGB Percentages of Color #bae72d

%40.26
%50.00
%9.74

CMYK Percentages of Color #bae72d

%19
%0
%81
%9

Triadic Colors of #bae72d

#bae72d #2dbae7 #e72dba

Analogous Colors of #bae72d

#bae72d #5de72d #e7b72d

Monochromatic Colors of #bae72d

#bae72d

Complementary Color

#bae72d #5a2de7

#bae72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae72d Color CSS Codes

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

#bae72d Text Font Color

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

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


#bae72d Background Color

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

This div background color is #bae72d


#bae72d Border Color

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

This div border color is #bae72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae72d


Comments

No comments written yet.

Please login to write comment.