Color Hex Logo

#baf668 Color Hex

#BAF668
(186,246,104)
0 Favorites   0 Comments

Color spaces of #baf668

RGB 186246104
HSL0.240.890.69
HSV85°58°96°
CMYK 0.240.000.58   0.04
XYZ55.704277.350125.0909
Yxy77.35010.35220.4891
Hunter Lab87.9489-40.854044.6494
CIE-Lab90.4825-40.549260.9741

#baf668 color RGB value is (186,246,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 01101000
Octal 272 366 150
Decimal 186 246 104
Hex BA F6 68

RGB Percentages of Color #baf668

%34.70
%45.90
%19.40

CMYK Percentages of Color #baf668

%24
%0
%58
%4

Triadic Colors of #baf668

#baf668 #68baf6 #f668ba

Analogous Colors of #baf668

#baf668 #73f668 #f6eb68

Monochromatic Colors of #baf668

#baf668

Complementary Color

#baf668 #a468f6

#baf668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf668 Color CSS Codes

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

#baf668 Text Font Color

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

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


#baf668 Background Color

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

This div background color is #baf668


#baf668 Border Color

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

This div border color is #baf668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf668

Related Colors


Comments

No comments written yet.

Please login to write comment.