Color Hex Logo

#baffdb Color Hex

#BAFFDB
(186,255,219)
0 Favorites   0 Comments

Color spaces of #baffdb

RGB 186255219
HSL0.411.000.86
HSV149°27°100°
CMYK 0.270.000.14   0.00
XYZ68.795987.073680.1988
Yxy87.07360.29140.3688
Hunter Lab93.3132-31.697714.3620
CIE-Lab94.7695-28.525310.3618

#baffdb color RGB value is (186,255,219).

#baffdb hex color red value is 186, green value is 255 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #baffdb hue: 0.41 , saturation: 1.00 and the lightness value of baffdb is 0.86.

The process color (four color CMYK) of #baffdb color hex is 0.27, 0.00, 0.14, 0.00. Web safe color of #baffdb is #ccffcc. Color #baffdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 11011011
Octal 272 377 333
Decimal 186 255 219
Hex BA FF DB

RGB Percentages of Color #baffdb

%28.18
%38.64
%33.18

CMYK Percentages of Color #baffdb

%27
%0
%14
%0

Triadic Colors of #baffdb

#baffdb #dbbaff #ffdbba

Analogous Colors of #baffdb

#baffdb #bafffe #bcffba

Monochromatic Colors of #baffdb

#baffdb

Complementary Color

#baffdb #ffbade

#baffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baffdb Color CSS Codes

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

#baffdb Text Font Color

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

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


#baffdb Background Color

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

This div background color is #baffdb


#baffdb Border Color

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

This div border color is #baffdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,255,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 #baffdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baffdb

Related Colors


Comments

No comments written yet.

Please login to write comment.