Color Hex Logo

#baf675 Color Hex

#BAF675
(186,246,117)
0 Favorites   0 Comments

Color spaces of #baf675

RGB 186246117
HSL0.240.880.71
HSV88°52°96°
CMYK 0.240.000.52   0.04
XYZ56.416477.635028.8412
Yxy77.63500.34630.4766
Hunter Lab88.1107-39.902042.2702
CIE-Lab90.6131-39.336355.3715

#baf675 color RGB value is (186,246,117).

#baf675 hex color red value is 186, green value is 246 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #baf675 hue: 0.24 , saturation: 0.88 and the lightness value of baf675 is 0.71.

The process color (four color CMYK) of #baf675 color hex is 0.24, 0.00, 0.52, 0.04. Web safe color of #baf675 is #ccff66. Color #baf675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 01110101
Octal 272 366 165
Decimal 186 246 117
Hex BA F6 75

RGB Percentages of Color #baf675

%33.88
%44.81
%21.31

CMYK Percentages of Color #baf675

%24
%0
%52
%4

Triadic Colors of #baf675

#baf675 #75baf6 #f675ba

Analogous Colors of #baf675

#baf675 #7af675 #f6f275

Monochromatic Colors of #baf675

#baf675

Complementary Color

#baf675 #b175f6

#baf675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf675 Color CSS Codes

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

#baf675 Text Font Color

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

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


#baf675 Background Color

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

This div background color is #baf675


#baf675 Border Color

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

This div border color is #baf675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf675


Comments

No comments written yet.

Please login to write comment.