Color Hex Logo

#baf0ab Color Hex

#BAF0AB
(186,240,171)
0 Favorites   0 Comments

Color spaces of #baf0ab

RGB 186240171
HSL0.300.700.81
HSV107°29°94°
CMYK 0.230.000.29   0.06
XYZ58.760575.699650.0425
Yxy75.69960.31850.4103
Hunter Lab87.0055-31.707026.8023
CIE-Lab89.7197-29.744427.9314

#baf0ab color RGB value is (186,240,171).

#baf0ab hex color red value is 186, green value is 240 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #baf0ab hue: 0.30 , saturation: 0.70 and the lightness value of baf0ab is 0.81.

The process color (four color CMYK) of #baf0ab color hex is 0.23, 0.00, 0.29, 0.06. Web safe color of #baf0ab is #ccff99. Color #baf0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110000 10101011
Octal 272 360 253
Decimal 186 240 171
Hex BA F0 AB

RGB Percentages of Color #baf0ab

%31.16
%40.20
%28.64

CMYK Percentages of Color #baf0ab

%23
%0
%29
%6

Triadic Colors of #baf0ab

#baf0ab #abbaf0 #f0abba

Analogous Colors of #baf0ab

#baf0ab #abf0bf #ddf0ab

Monochromatic Colors of #baf0ab

#baf0ab

Complementary Color

#baf0ab #e1abf0

#baf0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf0ab Color CSS Codes

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

#baf0ab Text Font Color

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

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


#baf0ab Background Color

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

This div background color is #baf0ab


#baf0ab Border Color

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

This div border color is #baf0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf0ab


Comments

No comments written yet.

Please login to write comment.