Color Hex Logo

#baf5bc Color Hex

#BAF5BC
(186,245,188)
0 Favorites   0 Comments

Color spaces of #baf5bc

RGB 186245188
HSL0.340.750.85
HSV122°24°96°
CMYK 0.240.000.23   0.04
XYZ61.979279.374859.6312
Yxy79.37480.30840.3949
Hunter Lab89.0925-31.734522.6809
CIE-Lab91.4036-29.363321.5468

#baf5bc color RGB value is (186,245,188).

#baf5bc hex color red value is 186, green value is 245 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #baf5bc hue: 0.34 , saturation: 0.75 and the lightness value of baf5bc is 0.85.

The process color (four color CMYK) of #baf5bc color hex is 0.24, 0.00, 0.23, 0.04. Web safe color of #baf5bc is #ccffcc. Color #baf5bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110101 10111100
Octal 272 365 274
Decimal 186 245 188
Hex BA F5 BC

RGB Percentages of Color #baf5bc

%30.05
%39.58
%30.37

CMYK Percentages of Color #baf5bc

%24
%0
%23
%4

Triadic Colors of #baf5bc

#baf5bc #bcbaf5 #f5bcba

Analogous Colors of #baf5bc

#baf5bc #baf5da #d6f5ba

Monochromatic Colors of #baf5bc

#baf5bc

Complementary Color

#baf5bc #f5baf3

#baf5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf5bc Color CSS Codes

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

#baf5bc Text Font Color

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

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


#baf5bc Background Color

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

This div background color is #baf5bc


#baf5bc Border Color

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

This div border color is #baf5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf5bc


Comments

No comments written yet.

Please login to write comment.