Color Hex Logo

#baf9dd Color Hex

#BAF9DD
(186,249,221)
0 Favorites   0 Comments

Color spaces of #baf9dd

RGB 186249221
HSL0.430.840.85
HSV153°25°98°
CMYK 0.250.000.11   0.02
XYZ67.176583.410980.9660
Yxy83.41090.29010.3602
Hunter Lab91.3296-28.533011.3686
CIE-Lab93.1940-25.28507.0714

#baf9dd color RGB value is (186,249,221).

#baf9dd hex color red value is 186, green value is 249 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #baf9dd hue: 0.43 , saturation: 0.84 and the lightness value of baf9dd is 0.85.

The process color (four color CMYK) of #baf9dd color hex is 0.25, 0.00, 0.11, 0.02. Web safe color of #baf9dd is #ccffcc. Color #baf9dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 11011101
Octal 272 371 335
Decimal 186 249 221
Hex BA F9 DD

RGB Percentages of Color #baf9dd

%28.35
%37.96
%33.69

CMYK Percentages of Color #baf9dd

%25
%0
%11
%2

Triadic Colors of #baf9dd

#baf9dd #ddbaf9 #f9ddba

Analogous Colors of #baf9dd

#baf9dd #baf6f9 #baf9be

Monochromatic Colors of #baf9dd

#baf9dd

Complementary Color

#baf9dd #f9bad6

#baf9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf9dd Color CSS Codes

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

#baf9dd Text Font Color

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

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


#baf9dd Background Color

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

This div background color is #baf9dd


#baf9dd Border Color

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

This div border color is #baf9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf9dd


Comments

No comments written yet.

Please login to write comment.