Color Hex Logo

#bdf85f Color Hex

#BDF85F
(189,248,95)
0 Favorites   0 Comments

Color spaces of #bdf85f

RGB 18924895
HSL0.230.920.67
HSV83°62°97°
CMYK 0.240.000.62   0.03
XYZ56.619278.779823.0484
Yxy78.77980.35730.4972
Hunter Lab88.7580-41.460446.7343
CIE-Lab91.1346-41.081265.5201

#bdf85f color RGB value is (189,248,95).

#bdf85f hex color red value is 189, green value is 248 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bdf85f hue: 0.23 , saturation: 0.92 and the lightness value of bdf85f is 0.67.

The process color (four color CMYK) of #bdf85f color hex is 0.24, 0.00, 0.62, 0.03. Web safe color of #bdf85f is #ccff66. Color #bdf85f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 01011111
Octal 275 370 137
Decimal 189 248 95
Hex BD F8 5F

RGB Percentages of Color #bdf85f

%35.53
%46.62
%17.86

CMYK Percentages of Color #bdf85f

%24
%0
%62
%3

Triadic Colors of #bdf85f

#bdf85f #5fbdf8 #f85fbd

Analogous Colors of #bdf85f

#bdf85f #71f85f #f8e75f

Monochromatic Colors of #bdf85f

#bdf85f

Complementary Color

#bdf85f #9a5ff8

#bdf85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf85f Color CSS Codes

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

#bdf85f Text Font Color

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

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


#bdf85f Background Color

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

This div background color is #bdf85f


#bdf85f Border Color

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

This div border color is #bdf85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf85f

Related Colors


Comments

No comments written yet.

Please login to write comment.