Color Hex Logo

#baf6db Color Hex

#BAF6DB
(186,246,219)
0 Favorites   0 Comments

Color spaces of #baf6db

RGB 186246219
HSL0.430.770.85
HSV153°24°96°
CMYK 0.240.000.11   0.04
XYZ65.991681.465179.2640
Yxy81.46510.29110.3593
Hunter Lab90.2580-27.442311.1125
CIE-Lab92.3383-24.23056.8746

#baf6db color RGB value is (186,246,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 11011011
Octal 272 366 333
Decimal 186 246 219
Hex BA F6 DB

RGB Percentages of Color #baf6db

%28.57
%37.79
%33.64

CMYK Percentages of Color #baf6db

%24
%0
%11
%4

Triadic Colors of #baf6db

#baf6db #dbbaf6 #f6dbba

Analogous Colors of #baf6db

#baf6db #baf3f6 #baf6bd

Monochromatic Colors of #baf6db

#baf6db

Complementary Color

#baf6db #f6bad5

#baf6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf6db Color CSS Codes

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

#baf6db Text Font Color

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

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


#baf6db Background Color

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

This div background color is #baf6db


#baf6db Border Color

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

This div border color is #baf6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf6db


Comments

No comments written yet.

Please login to write comment.