Color Hex Logo

#baf629 Color Hex

#BAF629
(186,246,41)
0 Favorites   0 Comments

Color spaces of #baf629

RGB 18624641
HSL0.220.920.56
HSV78°83°96°
CMYK 0.240.000.83   0.04
XYZ53.605776.510714.0406
Yxy76.51070.37190.5307
Hunter Lab87.4704-43.680651.7121
CIE-Lab90.0959-44.204681.8813

#baf629 color RGB value is (186,246,41).

#baf629 hex color red value is 186, green value is 246 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #baf629 hue: 0.22 , saturation: 0.92 and the lightness value of baf629 is 0.56.

The process color (four color CMYK) of #baf629 color hex is 0.24, 0.00, 0.83, 0.04. Web safe color of #baf629 is #ccff33. Color #baf629 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 00101001
Octal 272 366 51
Decimal 186 246 41
Hex BA F6 29

RGB Percentages of Color #baf629

%39.32
%52.01
%8.67

CMYK Percentages of Color #baf629

%24
%0
%83
%4

Triadic Colors of #baf629

#baf629 #29baf6 #f629ba

Analogous Colors of #baf629

#baf629 #54f629 #f6cc29

Monochromatic Colors of #baf629

#baf629

Complementary Color

#baf629 #6529f6

#baf629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf629 Color CSS Codes

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

#baf629 Text Font Color

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

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


#baf629 Background Color

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

This div background color is #baf629


#baf629 Border Color

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

This div border color is #baf629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf629


Comments

No comments written yet.

Please login to write comment.