Color Hex Logo

#bdf47b Color Hex

#BDF47B
(189,244,123)
0 Favorites   0 Comments

Color spaces of #bdf47b

RGB 189244123
HSL0.240.850.72
HSV87°50°96°
CMYK 0.230.000.50   0.04
XYZ56.912176.950230.5922
Yxy76.95020.34610.4679
Hunter Lab87.7213-37.704440.7279
CIE-Lab90.2987-36.754052.2810

#bdf47b color RGB value is (189,244,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 01111011
Octal 275 364 173
Decimal 189 244 123
Hex BD F4 7B

RGB Percentages of Color #bdf47b

%33.99
%43.88
%22.12

CMYK Percentages of Color #bdf47b

%23
%0
%50
%4

Triadic Colors of #bdf47b

#bdf47b #7bbdf4 #f47bbd

Analogous Colors of #bdf47b

#bdf47b #81f47b #f4ef7b

Monochromatic Colors of #bdf47b

#bdf47b

Complementary Color

#bdf47b #b27bf4

#bdf47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf47b Color CSS Codes

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

#bdf47b Text Font Color

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

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


#bdf47b Background Color

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

This div background color is #bdf47b


#bdf47b Border Color

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

This div border color is #bdf47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf47b


Comments

No comments written yet.

Please login to write comment.