Color Hex Logo

#bdf49e Color Hex

#BDF49E
(189,244,158)
0 Favorites   0 Comments

Color spaces of #bdf49e

RGB 189244158
HSL0.270.800.79
HSV98°35°96°
CMYK 0.230.000.35   0.04
XYZ59.508577.988844.2647
Yxy77.98880.32740.4291
Hunter Lab88.3113-34.262632.0997
CIE-Lab90.7748-32.492635.9351

#bdf49e color RGB value is (189,244,158).

#bdf49e hex color red value is 189, green value is 244 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bdf49e hue: 0.27 , saturation: 0.80 and the lightness value of bdf49e is 0.79.

The process color (four color CMYK) of #bdf49e color hex is 0.23, 0.00, 0.35, 0.04. Web safe color of #bdf49e is #ccff99. Color #bdf49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 10011110
Octal 275 364 236
Decimal 189 244 158
Hex BD F4 9E

RGB Percentages of Color #bdf49e

%31.98
%41.29
%26.73

CMYK Percentages of Color #bdf49e

%23
%0
%35
%4

Triadic Colors of #bdf49e

#bdf49e #9ebdf4 #f49ebd

Analogous Colors of #bdf49e

#bdf49e #9ef4aa #e8f49e

Monochromatic Colors of #bdf49e

#bdf49e

Complementary Color

#bdf49e #d59ef4

#bdf49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf49e Color CSS Codes

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

#bdf49e Text Font Color

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

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


#bdf49e Background Color

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

This div background color is #bdf49e


#bdf49e Border Color

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

This div border color is #bdf49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf49e


Comments

No comments written yet.

Please login to write comment.