Color Hex Logo

#baeb62 Color Hex

#BAEB62
(186,235,98)
0 Favorites   0 Comments

Color spaces of #baeb62

RGB 18623598
HSL0.230.770.65
HSV81°58°92°
CMYK 0.210.000.58   0.08
XYZ52.162670.737622.4597
Yxy70.73760.35890.4866
Hunter Lab84.1056-36.478643.0411
CIE-Lab87.3574-36.141360.0313

#baeb62 color RGB value is (186,235,98).

#baeb62 hex color red value is 186, green value is 235 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #baeb62 hue: 0.23 , saturation: 0.77 and the lightness value of baeb62 is 0.65.

The process color (four color CMYK) of #baeb62 color hex is 0.21, 0.00, 0.58, 0.08. Web safe color of #baeb62 is #ccff66. Color #baeb62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 01100010
Octal 272 353 142
Decimal 186 235 98
Hex BA EB 62

RGB Percentages of Color #baeb62

%35.84
%45.28
%18.88

CMYK Percentages of Color #baeb62

%21
%0
%58
%8

Triadic Colors of #baeb62

#baeb62 #62baeb #eb62ba

Analogous Colors of #baeb62

#baeb62 #76eb62 #ebd862

Monochromatic Colors of #baeb62

#baeb62

Complementary Color

#baeb62 #9362eb

#baeb62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeb62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeb62 Color CSS Codes

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

#baeb62 Text Font Color

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

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


#baeb62 Background Color

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

This div background color is #baeb62


#baeb62 Border Color

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

This div border color is #baeb62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeb62


Comments

No comments written yet.

Please login to write comment.