Color Hex Logo

#bae90d Color Hex

#BAE90D
(186,233,13)
0 Favorites   0 Comments

Color spaces of #bae90d

RGB 18623313
HSL0.200.890.48
HSV73°94°91°
CMYK 0.200.000.94   0.09
XYZ49.461368.746011.0432
Yxy68.74600.38270.5319
Hunter Lab82.9132-38.615250.1424
CIE-Lab86.3781-39.112583.2441

#bae90d color RGB value is (186,233,13).

#bae90d hex color red value is 186, green value is 233 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bae90d hue: 0.20 , saturation: 0.89 and the lightness value of bae90d is 0.48.

The process color (four color CMYK) of #bae90d color hex is 0.20, 0.00, 0.94, 0.09. Web safe color of #bae90d is #ccff00. Color #bae90d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 00001101
Octal 272 351 15
Decimal 186 233 13
Hex BA E9 D

RGB Percentages of Color #bae90d

%43.06
%53.94
%3.01

CMYK Percentages of Color #bae90d

%20
%0
%94
%9

Triadic Colors of #bae90d

#bae90d #0dbae9 #e90dba

Analogous Colors of #bae90d

#bae90d #4ce90d #e9aa0d

Monochromatic Colors of #bae90d

#bae90d

Complementary Color

#bae90d #3c0de9

#bae90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae90d Color CSS Codes

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

#bae90d Text Font Color

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

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


#bae90d Background Color

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

This div background color is #bae90d


#bae90d Border Color

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

This div border color is #bae90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae90d


Comments

No comments written yet.

Please login to write comment.