Color Hex Logo

#bdf26f Color Hex

#BDF26F
(189,242,111)
0 Favorites   0 Comments

Color spaces of #bdf26f

RGB 189242111
HSL0.230.830.69
HSV84°54°95°
CMYK 0.220.000.54   0.05
XYZ55.607675.470826.6754
Yxy75.47080.35250.4784
Hunter Lab86.8739-37.772442.6062
CIE-Lab89.6131-37.043656.9465

#bdf26f color RGB value is (189,242,111).

#bdf26f hex color red value is 189, green value is 242 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bdf26f hue: 0.23 , saturation: 0.83 and the lightness value of bdf26f is 0.69.

The process color (four color CMYK) of #bdf26f color hex is 0.22, 0.00, 0.54, 0.05. Web safe color of #bdf26f is #ccff66. Color #bdf26f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110010 01101111
Octal 275 362 157
Decimal 189 242 111
Hex BD F2 6F

RGB Percentages of Color #bdf26f

%34.87
%44.65
%20.48

CMYK Percentages of Color #bdf26f

%22
%0
%54
%5

Triadic Colors of #bdf26f

#bdf26f #6fbdf2 #f26fbd

Analogous Colors of #bdf26f

#bdf26f #7cf26f #f2e66f

Monochromatic Colors of #bdf26f

#bdf26f

Complementary Color

#bdf26f #a46ff2

#bdf26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf26f Color CSS Codes

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

#bdf26f Text Font Color

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

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


#bdf26f Background Color

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

This div background color is #bdf26f


#bdf26f Border Color

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

This div border color is #bdf26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf26f


Comments

No comments written yet.

Please login to write comment.