Color Hex Logo

#baeb17 Color Hex

#BAEB17
(186,235,23)
0 Favorites   0 Comments

Color spaces of #baeb17

RGB 18623523
HSL0.210.840.51
HSV74°90°92°
CMYK 0.210.000.90   0.08
XYZ50.112769.917611.6648
Yxy69.91760.38050.5309
Hunter Lab83.6167-39.351750.2606
CIE-Lab86.9564-39.847482.5230

#baeb17 color RGB value is (186,235,23).

#baeb17 hex color red value is 186, green value is 235 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #baeb17 hue: 0.21 , saturation: 0.84 and the lightness value of baeb17 is 0.51.

The process color (four color CMYK) of #baeb17 color hex is 0.21, 0.00, 0.90, 0.08. Web safe color of #baeb17 is #ccff00. Color #baeb17 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 00010111
Octal 272 353 27
Decimal 186 235 23
Hex BA EB 17

RGB Percentages of Color #baeb17

%41.89
%52.93
%5.18

CMYK Percentages of Color #baeb17

%21
%0
%90
%8

Triadic Colors of #baeb17

#baeb17 #17baeb #eb17ba

Analogous Colors of #baeb17

#baeb17 #50eb17 #ebb217

Monochromatic Colors of #baeb17

#baeb17

Complementary Color

#baeb17 #4817eb

#baeb17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeb17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeb17 Color CSS Codes

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

#baeb17 Text Font Color

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

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


#baeb17 Background Color

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

This div background color is #baeb17


#baeb17 Border Color

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

This div border color is #baeb17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeb17


Comments

No comments written yet.

Please login to write comment.