Color Hex Logo

#baef01 Color Hex

#BAEF01
(186,239,1)
0 Favorites   0 Comments

Color spaces of #baef01

RGB 1862391
HSL0.200.990.47
HSV73°100°94°
CMYK 0.220.001.00   0.06
XYZ51.121772.174311.2654
Yxy72.17430.37990.5364
Hunter Lab84.9555-41.260251.6068
CIE-Lab88.0524-41.878585.5094

#baef01 color RGB value is (186,239,1).

#baef01 hex color red value is 186, green value is 239 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #baef01 hue: 0.20 , saturation: 0.99 and the lightness value of baef01 is 0.47.

The process color (four color CMYK) of #baef01 color hex is 0.22, 0.00, 1.00, 0.06. Web safe color of #baef01 is #ccff00. Color #baef01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 00000001
Octal 272 357 1
Decimal 186 239 1
Hex BA EF 1

RGB Percentages of Color #baef01

%43.66
%56.10
%0.23

CMYK Percentages of Color #baef01

%22
%0
%100
%6

Triadic Colors of #baef01

#baef01 #01baef #ef01ba

Analogous Colors of #baef01

#baef01 #43ef01 #efad01

Monochromatic Colors of #baef01

#baef01

Complementary Color

#baef01 #3601ef

#baef01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baef01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baef01 Color CSS Codes

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

#baef01 Text Font Color

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

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


#baef01 Background Color

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

This div background color is #baef01


#baef01 Border Color

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

This div border color is #baef01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baef01


Comments

No comments written yet.

Please login to write comment.