Color Hex Logo

#baed45 Color Hex

#BAED45
(186,237,69)
0 Favorites   0 Comments

Color spaces of #baed45

RGB 18623769
HSL0.220.820.60
HSV78°71°93°
CMYK 0.220.000.71   0.07
XYZ51.608171.437116.6989
Yxy71.43710.36930.5112
Hunter Lab84.5205-38.918947.4503
CIE-Lab87.6969-39.060771.7331

#baed45 color RGB value is (186,237,69).

#baed45 hex color red value is 186, green value is 237 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #baed45 hue: 0.22 , saturation: 0.82 and the lightness value of baed45 is 0.60.

The process color (four color CMYK) of #baed45 color hex is 0.22, 0.00, 0.71, 0.07. Web safe color of #baed45 is #ccff33. Color #baed45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 01000101
Octal 272 355 105
Decimal 186 237 69
Hex BA ED 45

RGB Percentages of Color #baed45

%37.80
%48.17
%14.02

CMYK Percentages of Color #baed45

%22
%0
%71
%7

Triadic Colors of #baed45

#baed45 #45baed #ed45ba

Analogous Colors of #baed45

#baed45 #66ed45 #edcc45

Monochromatic Colors of #baed45

#baed45

Complementary Color

#baed45 #7845ed

#baed45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed45 Color CSS Codes

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

#baed45 Text Font Color

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

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


#baed45 Background Color

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

This div background color is #baed45


#baed45 Border Color

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

This div border color is #baed45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed45


Comments

No comments written yet.

Please login to write comment.