Color Hex Logo

#baf058 Color Hex

#BAF058
(186,240,88)
0 Favorites   0 Comments

Color spaces of #baf058

RGB 18624088
HSL0.230.840.64
HSV81°63°94°
CMYK 0.230.000.63   0.06
XYZ53.171273.463920.6100
Yxy73.46390.36110.4989
Hunter Lab85.7111-39.261245.7409
CIE-Lab88.6685-39.171165.6292

#baf058 color RGB value is (186,240,88).

#baf058 hex color red value is 186, green value is 240 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #baf058 hue: 0.23 , saturation: 0.84 and the lightness value of baf058 is 0.64.

The process color (four color CMYK) of #baf058 color hex is 0.23, 0.00, 0.63, 0.06. Web safe color of #baf058 is #ccff66. Color #baf058 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110000 01011000
Octal 272 360 130
Decimal 186 240 88
Hex BA F0 58

RGB Percentages of Color #baf058

%36.19
%46.69
%17.12

CMYK Percentages of Color #baf058

%23
%0
%63
%6

Triadic Colors of #baf058

#baf058 #58baf0 #f058ba

Analogous Colors of #baf058

#baf058 #6ef058 #f0da58

Monochromatic Colors of #baf058

#baf058

Complementary Color

#baf058 #8e58f0

#baf058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf058 Color CSS Codes

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

#baf058 Text Font Color

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

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


#baf058 Background Color

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

This div background color is #baf058


#baf058 Border Color

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

This div border color is #baf058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf058


Comments

No comments written yet.

Please login to write comment.