Color Hex Logo

#bdf07d Color Hex

#BDF07D
(189,240,125)
0 Favorites   0 Comments

Color spaces of #bdf07d

RGB 189240125
HSL0.240.790.72
HSV87°48°94°
CMYK 0.210.000.48   0.06
XYZ55.848074.619730.8616
Yxy74.61970.34620.4625
Hunter Lab86.3827-35.766239.2856
CIE-Lab89.2146-34.724150.0284

#bdf07d color RGB value is (189,240,125).

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

The process color (four color CMYK) of #bdf07d color hex is 0.21, 0.00, 0.48, 0.06. Web safe color of #bdf07d is #ccff66. Color #bdf07d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 01111101
Octal 275 360 175
Decimal 189 240 125
Hex BD F0 7D

RGB Percentages of Color #bdf07d

%34.12
%43.32
%22.56

CMYK Percentages of Color #bdf07d

%21
%0
%48
%6

Triadic Colors of #bdf07d

#bdf07d #7dbdf0 #f07dbd

Analogous Colors of #bdf07d

#bdf07d #84f07d #f0ea7d

Monochromatic Colors of #bdf07d

#bdf07d

Complementary Color

#bdf07d #b07df0

#bdf07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf07d Color CSS Codes

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

#bdf07d Text Font Color

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

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


#bdf07d Background Color

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

This div background color is #bdf07d


#bdf07d Border Color

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

This div border color is #bdf07d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,240,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 #bdf07d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf07d


Comments

No comments written yet.

Please login to write comment.