Color Hex Logo

#bdfe7b Color Hex

#BDFE7B
(189,254,123)
0 Favorites   0 Comments

Color spaces of #bdfe7b

RGB 189254123
HSL0.250.980.74
HSV90°52°100°
CMYK 0.260.000.52   0.00
XYZ60.003283.132531.6226
Yxy83.13250.34330.4757
Hunter Lab91.1770-42.089743.2606
CIE-Lab93.0724-41.214155.6088

#bdfe7b color RGB value is (189,254,123).

#bdfe7b hex color red value is 189, green value is 254 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bdfe7b hue: 0.25 , saturation: 0.98 and the lightness value of bdfe7b is 0.74.

The process color (four color CMYK) of #bdfe7b color hex is 0.26, 0.00, 0.52, 0.00. Web safe color of #bdfe7b is #ccff66. Color #bdfe7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 01111011
Octal 275 376 173
Decimal 189 254 123
Hex BD FE 7B

RGB Percentages of Color #bdfe7b

%33.39
%44.88
%21.73

CMYK Percentages of Color #bdfe7b

%26
%0
%52
%0

Triadic Colors of #bdfe7b

#bdfe7b #7bbdfe #fe7bbd

Analogous Colors of #bdfe7b

#bdfe7b #7cfe7b #fefe7b

Monochromatic Colors of #bdfe7b

#bdfe7b

Complementary Color

#bdfe7b #bc7bfe

#bdfe7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfe7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfe7b Color CSS Codes

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

#bdfe7b Text Font Color

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

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


#bdfe7b Background Color

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

This div background color is #bdfe7b


#bdfe7b Border Color

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

This div border color is #bdfe7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfe7b


Comments

No comments written yet.

Please login to write comment.