color codes Logo

#baf74c color codes

#BAF74C
(186,247,76)
0 Favorites   0 Comments

Color spaces of #baf74c

RGB 18624776
HSL0.230.910.63
HSV81°69°97°
CMYK 0.250.000.69   0.03
XYZ54.815077.482418.9040
Yxy77.48240.36250.5124
Hunter Lab88.0241-42.885348.8838
CIE-Lab90.5432-43.049172.1216

#baf74c color RGB value is (186,247,76).

#baf74c hex color red value is 186, green value is 247 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #baf74c hue: 0.23 , saturation: 0.91 and the lightness value of baf74c is 0.63.

The process color (four color CMYK) of #baf74c color code is 0.25, 0.00, 0.69, 0.03. Web safe color of #baf74c is #ccff33. Color #baf74c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110111 01001100
Octal 272 367 114
Decimal 186 247 76
Hex BA F7 4C

RGB Percentages of Color #baf74c

%36.54
%48.53
%14.93

CMYK Percentages of Color #baf74c

%25
%0
%69
%3

Triadic Colors of #baf74c

#baf74c #4cbaf7 #f74cba

Analogous Colors of #baf74c

#baf74c #65f74c #f7df4c

Monochromatic Colors of #baf74c

#baf74c

Complementary Color

#baf74c #894cf7

#baf74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf74c Color CSS Codes

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

#baf74c Text Font Color

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

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


#baf74c Background Color

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

This div background color is #baf74c


#baf74c Border Color

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

This div border color is #baf74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf74c


Comments

No comments written yet.

Please login to write comment.