Color Hex Logo

#bdf47a Color Hex

#BDF47A
(189,244,122)
0 Favorites   0 Comments

Color spaces of #bdf47a

RGB 189244122
HSL0.240.850.72
HSV87°50°96°
CMYK 0.230.000.50   0.04
XYZ56.849876.925330.2641
Yxy76.92530.34660.4689
Hunter Lab87.7071-37.787640.9364
CIE-Lab90.2872-36.858552.7312

#bdf47a color RGB value is (189,244,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 01111010
Octal 275 364 172
Decimal 189 244 122
Hex BD F4 7A

RGB Percentages of Color #bdf47a

%34.05
%43.96
%21.98

CMYK Percentages of Color #bdf47a

%23
%0
%50
%4

Triadic Colors of #bdf47a

#bdf47a #7abdf4 #f47abd

Analogous Colors of #bdf47a

#bdf47a #80f47a #f4ee7a

Monochromatic Colors of #bdf47a

#bdf47a

Complementary Color

#bdf47a #b17af4

#bdf47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf47a Color CSS Codes

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

#bdf47a Text Font Color

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

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


#bdf47a Background Color

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

This div background color is #bdf47a


#bdf47a Border Color

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

This div border color is #bdf47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf47a


Comments

No comments written yet.

Please login to write comment.