Color Hex Logo

#bdf57d Color Hex

#BDF57D
(189,245,125)
0 Favorites   0 Comments

Color spaces of #bdf57d

RGB 189245125
HSL0.240.860.73
HSV88°49°96°
CMYK 0.230.000.49   0.04
XYZ57.340377.604331.3590
Yxy77.60430.34480.4666
Hunter Lab88.0933-37.976940.5596
CIE-Lab90.5990-36.994351.7134

#bdf57d color RGB value is (189,245,125).

#bdf57d hex color red value is 189, green value is 245 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bdf57d hue: 0.24 , saturation: 0.86 and the lightness value of bdf57d is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 01111101
Octal 275 365 175
Decimal 189 245 125
Hex BD F5 7D

RGB Percentages of Color #bdf57d

%33.81
%43.83
%22.36

CMYK Percentages of Color #bdf57d

%23
%0
%49
%4

Triadic Colors of #bdf57d

#bdf57d #7dbdf5 #f57dbd

Analogous Colors of #bdf57d

#bdf57d #81f57d #f5f17d

Monochromatic Colors of #bdf57d

#bdf57d

Complementary Color

#bdf57d #b57df5

#bdf57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf57d Color CSS Codes

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

#bdf57d Text Font Color

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

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


#bdf57d Background Color

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

This div background color is #bdf57d


#bdf57d Border Color

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

This div border color is #bdf57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf57d


Comments

No comments written yet.

Please login to write comment.