Color Hex Logo

#bdffbf Color Hex

#BDFFBF
(189,255,191)
0 Favorites   0 Comments

Color spaces of #bdffbf

RGB 189255191
HSL0.341.000.87
HSV122°26°100°
CMYK 0.260.000.25   0.00
XYZ66.150286.100462.4228
Yxy86.10040.30810.4011
Hunter Lab92.7903-35.130425.0671
CIE-Lab94.3553-32.570124.1212

#bdffbf color RGB value is (189,255,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 10111111
Octal 275 377 277
Decimal 189 255 191
Hex BD FF BF

RGB Percentages of Color #bdffbf

%29.76
%40.16
%30.08

CMYK Percentages of Color #bdffbf

%26
%0
%25
%0

Triadic Colors of #bdffbf

#bdffbf #bfbdff #ffbfbd

Analogous Colors of #bdffbf

#bdffbf #bdffe0 #dcffbd

Monochromatic Colors of #bdffbf

#bdffbf

Complementary Color

#bdffbf #ffbdfd

#bdffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdffbf Color CSS Codes

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

#bdffbf Text Font Color

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

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


#bdffbf Background Color

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

This div background color is #bdffbf


#bdffbf Border Color

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

This div border color is #bdffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdffbf


Comments

No comments written yet.

Please login to write comment.