Color Hex Logo

#baf678 Color Hex

#BAF678
(186,246,120)
0 Favorites   0 Comments

Color spaces of #baf678

RGB 186246120
HSL0.250.880.72
HSV89°51°96°
CMYK 0.240.000.51   0.04
XYZ56.595677.706729.7853
Yxy77.70670.34490.4736
Hunter Lab88.1514-39.663141.6726
CIE-Lab90.6459-39.033354.0416

#baf678 color RGB value is (186,246,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 01111000
Octal 272 366 170
Decimal 186 246 120
Hex BA F6 78

RGB Percentages of Color #baf678

%33.70
%44.57
%21.74

CMYK Percentages of Color #baf678

%24
%0
%51
%4

Triadic Colors of #baf678

#baf678 #78baf6 #f678ba

Analogous Colors of #baf678

#baf678 #7bf678 #f6f378

Monochromatic Colors of #baf678

#baf678

Complementary Color

#baf678 #b478f6

#baf678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf678 Color CSS Codes

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

#baf678 Text Font Color

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

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


#baf678 Background Color

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

This div background color is #baf678


#baf678 Border Color

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

This div border color is #baf678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf678


Comments

No comments written yet.

Please login to write comment.