Color Hex Logo

#baffbd Color Hex

#BAFFBD
(186,255,189)
0 Favorites   0 Comments

Color spaces of #baffbd

RGB 186255189
HSL0.341.000.86
HSV123°27°100°
CMYK 0.270.000.26   0.00
XYZ65.195085.633261.2368
Yxy85.63320.30740.4038
Hunter Lab92.5382-36.185125.5418
CIE-Lab94.1553-33.851324.8354

#baffbd color RGB value is (186,255,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 10111101
Octal 272 377 275
Decimal 186 255 189
Hex BA FF BD

RGB Percentages of Color #baffbd

%29.52
%40.48
%30.00

CMYK Percentages of Color #baffbd

%27
%0
%26
%0

Triadic Colors of #baffbd

#baffbd #bdbaff #ffbdba

Analogous Colors of #baffbd

#baffbd #baffe0 #daffba

Monochromatic Colors of #baffbd

#baffbd

Complementary Color

#baffbd #ffbafc

#baffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baffbd Color CSS Codes

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

#baffbd Text Font Color

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

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


#baffbd Background Color

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

This div background color is #baffbd


#baffbd Border Color

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

This div border color is #baffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baffbd

#baffbd Color Palettes


Comments

No comments written yet.

Please login to write comment.