color codes Logo

#baf65d color codes

#BAF65D
(186,246,93)
0 Favorites   0 Comments

Color spaces of #baf65d

RGB 18624693
HSL0.230.890.66
HSV84°62°96°
CMYK 0.240.000.62   0.04
XYZ55.181377.141022.3373
Yxy77.14100.35680.4988
Hunter Lab87.8299-41.555446.4021
CIE-Lab90.3865-41.448665.4689

#baf65d color RGB value is (186,246,93).

#baf65d hex color red value is 186, green value is 246 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #baf65d hue: 0.23 , saturation: 0.89 and the lightness value of baf65d is 0.66.

The process color (four color CMYK) of #baf65d color code is 0.24, 0.00, 0.62, 0.04. Web safe color of #baf65d is #ccff66. Color #baf65d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 01011101
Octal 272 366 135
Decimal 186 246 93
Hex BA F6 5D

RGB Percentages of Color #baf65d

%35.43
%46.86
%17.71

CMYK Percentages of Color #baf65d

%24
%0
%62
%4

Triadic Colors of #baf65d

#baf65d #5dbaf6 #f65dba

Analogous Colors of #baf65d

#baf65d #6ef65d #f6e65d

Monochromatic Colors of #baf65d

#baf65d

Complementary Color

#baf65d #995df6

#baf65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf65d Color CSS Codes

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

#baf65d Text Font Color

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

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


#baf65d Background Color

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

This div background color is #baf65d


#baf65d Border Color

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

This div border color is #baf65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf65d


Comments

No comments written yet.

Please login to write comment.