Color Hex Logo

#baf4bd Color Hex

#BAF4BD
(186,244,189)
0 Favorites   0 Comments

Color spaces of #baf4bd

RGB 186244189
HSL0.340.730.84
HSV123°24°96°
CMYK 0.240.000.23   0.04
XYZ61.785778.814660.1004
Yxy78.81460.30780.3927
Hunter Lab88.7776-31.131822.0063
CIE-Lab91.1503-28.723320.6821

#baf4bd color RGB value is (186,244,189).

#baf4bd hex color red value is 186, green value is 244 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #baf4bd hue: 0.34 , saturation: 0.73 and the lightness value of baf4bd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110100 10111101
Octal 272 364 275
Decimal 186 244 189
Hex BA F4 BD

RGB Percentages of Color #baf4bd

%30.05
%39.42
%30.53

CMYK Percentages of Color #baf4bd

%24
%0
%23
%4

Triadic Colors of #baf4bd

#baf4bd #bdbaf4 #f4bdba

Analogous Colors of #baf4bd

#baf4bd #baf4da #d4f4ba

Monochromatic Colors of #baf4bd

#baf4bd

Complementary Color

#baf4bd #f4baf1

#baf4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf4bd Color CSS Codes

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

#baf4bd Text Font Color

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

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


#baf4bd Background Color

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

This div background color is #baf4bd


#baf4bd Border Color

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

This div border color is #baf4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf4bd


Comments

No comments written yet.

Please login to write comment.