Color Hex Logo

#bdf190 Color Hex

#BDF190
(189,241,144)
0 Favorites   0 Comments

Color spaces of #bdf190

RGB 189241144
HSL0.260.780.75
HSV92°40°95°
CMYK 0.220.000.40   0.05
XYZ57.475675.743037.9761
Yxy75.74300.33570.4424
Hunter Lab87.0305-34.420535.0499
CIE-Lab89.7399-32.959141.5283

#bdf190 color RGB value is (189,241,144).

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

The process color (four color CMYK) of #bdf190 color hex is 0.22, 0.00, 0.40, 0.05. Web safe color of #bdf190 is #ccff99. Color #bdf190 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110001 10010000
Octal 275 361 220
Decimal 189 241 144
Hex BD F1 90

RGB Percentages of Color #bdf190

%32.93
%41.99
%25.09

CMYK Percentages of Color #bdf190

%22
%0
%40
%5

Triadic Colors of #bdf190

#bdf190 #90bdf1 #f190bd

Analogous Colors of #bdf190

#bdf190 #90f194 #eef190

Monochromatic Colors of #bdf190

#bdf190

Complementary Color

#bdf190 #c490f1

#bdf190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf190 Color CSS Codes

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

#bdf190 Text Font Color

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

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


#bdf190 Background Color

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

This div background color is #bdf190


#bdf190 Border Color

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

This div border color is #bdf190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf190


Comments

No comments written yet.

Please login to write comment.