Color Hex Logo

#baed17 Color Hex

#BAED17
(186,237,23)
0 Favorites   0 Comments

Color spaces of #baed17

RGB 18623723
HSL0.210.860.51
HSV74°90°93°
CMYK 0.220.000.90   0.07
XYZ50.688571.069311.8568
Yxy71.06930.37940.5319
Hunter Lab84.3026-40.203150.6729
CIE-Lab87.5187-40.729682.9741

#baed17 color RGB value is (186,237,23).

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

The process color (four color CMYK) of #baed17 color hex is 0.22, 0.00, 0.90, 0.07. Web safe color of #baed17 is #ccff00. Color #baed17 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 00010111
Octal 272 355 27
Decimal 186 237 23
Hex BA ED 17

RGB Percentages of Color #baed17

%41.70
%53.14
%5.16

CMYK Percentages of Color #baed17

%22
%0
%90
%7

Triadic Colors of #baed17

#baed17 #17baed #ed17ba

Analogous Colors of #baed17

#baed17 #4fed17 #edb517

Monochromatic Colors of #baed17

#baed17

Complementary Color

#baed17 #4a17ed

#baed17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed17 Color CSS Codes

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

#baed17 Text Font Color

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

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


#baed17 Background Color

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

This div background color is #baed17


#baed17 Border Color

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

This div border color is #baed17


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,237,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 #baed17">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed17


Comments

No comments written yet.

Please login to write comment.