Color Hex Logo

#bdf47d Color Hex

#BDF47D
(189,244,125)
0 Favorites   0 Comments

Color spaces of #bdf47d

RGB 189244125
HSL0.240.840.72
HSV88°49°96°
CMYK 0.230.000.49   0.04
XYZ57.038677.000931.2584
Yxy77.00090.34510.4658
Hunter Lab87.7502-37.535740.3048
CIE-Lab90.3220-36.542651.3772

#bdf47d color RGB value is (189,244,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 01111101
Octal 275 364 175
Decimal 189 244 125
Hex BD F4 7D

RGB Percentages of Color #bdf47d

%33.87
%43.73
%22.40

CMYK Percentages of Color #bdf47d

%23
%0
%49
%4

Triadic Colors of #bdf47d

#bdf47d #7dbdf4 #f47dbd

Analogous Colors of #bdf47d

#bdf47d #82f47d #f4f07d

Monochromatic Colors of #bdf47d

#bdf47d

Complementary Color

#bdf47d #b47df4

#bdf47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf47d Color CSS Codes

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

#bdf47d Text Font Color

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

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


#bdf47d Background Color

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

This div background color is #bdf47d


#bdf47d Border Color

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

This div border color is #bdf47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf47d


Comments

No comments written yet.

Please login to write comment.