Color Hex Logo

#baed63 Color Hex

#BAED63
(186,237,99)
0 Favorites   0 Comments

Color spaces of #baed63

RGB 18623799
HSL0.230.790.66
HSV82°58°93°
CMYK 0.220.000.58   0.07
XYZ52.786071.908322.9020
Yxy71.90830.35760.4872
Hunter Lab84.7988-37.284243.3464
CIE-Lab87.9244-36.961260.2383

#baed63 color RGB value is (186,237,99).

#baed63 hex color red value is 186, green value is 237 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #baed63 hue: 0.23 , saturation: 0.79 and the lightness value of baed63 is 0.66.

The process color (four color CMYK) of #baed63 color hex is 0.22, 0.00, 0.58, 0.07. Web safe color of #baed63 is #ccff66. Color #baed63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 01100011
Octal 272 355 143
Decimal 186 237 99
Hex BA ED 63

RGB Percentages of Color #baed63

%35.63
%45.40
%18.97

CMYK Percentages of Color #baed63

%22
%0
%58
%7

Triadic Colors of #baed63

#baed63 #63baed #ed63ba

Analogous Colors of #baed63

#baed63 #75ed63 #eddb63

Monochromatic Colors of #baed63

#baed63

Complementary Color

#baed63 #9663ed

#baed63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed63 Color CSS Codes

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

#baed63 Text Font Color

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

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


#baed63 Background Color

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

This div background color is #baed63


#baed63 Border Color

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

This div border color is #baed63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed63


Comments

No comments written yet.

Please login to write comment.