Color Hex Logo

#bdf44d Color Hex

#BDF44D
(189,244,77)
0 Favorites   0 Comments

Color spaces of #bdf44d

RGB 18924477
HSL0.220.880.63
HSV80°68°96°
CMYK 0.230.000.68   0.04
XYZ54.676576.056018.8197
Yxy76.05600.36560.5086
Hunter Lab87.2101-40.706848.2524
CIE-Lab89.8853-40.564471.1535

#bdf44d color RGB value is (189,244,77).

#bdf44d hex color red value is 189, green value is 244 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bdf44d hue: 0.22 , saturation: 0.88 and the lightness value of bdf44d is 0.63.

The process color (four color CMYK) of #bdf44d color hex is 0.23, 0.00, 0.68, 0.04. Web safe color of #bdf44d is #ccff66. Color #bdf44d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 01001101
Octal 275 364 115
Decimal 189 244 77
Hex BD F4 4D

RGB Percentages of Color #bdf44d

%37.06
%47.84
%15.10

CMYK Percentages of Color #bdf44d

%23
%0
%68
%4

Triadic Colors of #bdf44d

#bdf44d #4dbdf4 #f44dbd

Analogous Colors of #bdf44d

#bdf44d #6af44d #f4d84d

Monochromatic Colors of #bdf44d

#bdf44d

Complementary Color

#bdf44d #844df4

#bdf44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf44d Color CSS Codes

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

#bdf44d Text Font Color

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

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


#bdf44d Background Color

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

This div background color is #bdf44d


#bdf44d Border Color

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

This div border color is #bdf44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf44d


Comments

No comments written yet.

Please login to write comment.