color codes Logo

#baff5c color codes

#BAFF5C
(186,255,92)
0 Favorites   0 Comments

Color spaces of #baff5c

RGB 18625592
HSL0.241.000.68
HSV85°64°100°
CMYK 0.270.000.64   0.00
XYZ57.941582.731823.0402
Yxy82.73180.35390.5053
Hunter Lab90.9570-45.466648.6512
CIE-Lab92.8969-45.427568.5727

#baff5c color RGB value is (186,255,92).

#baff5c hex color red value is 186, green value is 255 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #baff5c hue: 0.24 , saturation: 1.00 and the lightness value of baff5c is 0.68.

The process color (four color CMYK) of #baff5c color code is 0.27, 0.00, 0.64, 0.00. Web safe color of #baff5c is #ccff66. Color #baff5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 01011100
Octal 272 377 134
Decimal 186 255 92
Hex BA FF 5C

RGB Percentages of Color #baff5c

%34.90
%47.84
%17.26

CMYK Percentages of Color #baff5c

%27
%0
%64
%0

Triadic Colors of #baff5c

#baff5c #5cbaff #ff5cba

Analogous Colors of #baff5c

#baff5c #69ff5c #fff35c

Monochromatic Colors of #baff5c

#baff5c

Complementary Color

#baff5c #a15cff

#baff5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baff5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baff5c Color CSS Codes

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

#baff5c Text Font Color

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

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


#baff5c Background Color

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

This div background color is #baff5c


#baff5c Border Color

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

This div border color is #baff5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baff5c

#baff5c Color Palettes


Comments

No comments written yet.

Please login to write comment.