Color Hex Logo

#bdf091 Color Hex

#BDF091
(189,240,145)
0 Favorites   0 Comments

Color spaces of #bdf091

RGB 189240145
HSL0.260.760.75
HSV92°40°94°
CMYK 0.210.000.40   0.06
XYZ57.257275.183338.2821
Yxy75.18330.33540.4404
Hunter Lab86.7083-33.868434.5190
CIE-Lab89.4788-32.369940.7010

#bdf091 color RGB value is (189,240,145).

#bdf091 hex color red value is 189, green value is 240 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bdf091 hue: 0.26 , saturation: 0.76 and the lightness value of bdf091 is 0.75.

The process color (four color CMYK) of #bdf091 color hex is 0.21, 0.00, 0.40, 0.06. Web safe color of #bdf091 is #ccff99. Color #bdf091 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 10010001
Octal 275 360 221
Decimal 189 240 145
Hex BD F0 91

RGB Percentages of Color #bdf091

%32.93
%41.81
%25.26

CMYK Percentages of Color #bdf091

%21
%0
%40
%6

Triadic Colors of #bdf091

#bdf091 #91bdf0 #f091bd

Analogous Colors of #bdf091

#bdf091 #91f095 #edf091

Monochromatic Colors of #bdf091

#bdf091

Complementary Color

#bdf091 #c491f0

#bdf091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf091 Color CSS Codes

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

#bdf091 Text Font Color

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

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


#bdf091 Background Color

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

This div background color is #bdf091


#bdf091 Border Color

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

This div border color is #bdf091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf091


Comments

No comments written yet.

Please login to write comment.