Color Hex Logo

#bdf9af Color Hex

#BDF9AF
(189,249,175)
0 Favorites   0 Comments

Color spaces of #bdf9af

RGB 189249175
HSL0.300.860.83
HSV109°30°98°
CMYK 0.240.000.30   0.02
XYZ62.599881.665353.0211
Yxy81.66530.31730.4139
Hunter Lab90.3689-34.496028.4716
CIE-Lab92.4269-32.331829.5956

#bdf9af color RGB value is (189,249,175).

#bdf9af hex color red value is 189, green value is 249 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bdf9af hue: 0.30 , saturation: 0.86 and the lightness value of bdf9af is 0.83.

The process color (four color CMYK) of #bdf9af color hex is 0.24, 0.00, 0.30, 0.02. Web safe color of #bdf9af is #ccff99. Color #bdf9af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 10101111
Octal 275 371 257
Decimal 189 249 175
Hex BD F9 AF

RGB Percentages of Color #bdf9af

%30.83
%40.62
%28.55

CMYK Percentages of Color #bdf9af

%24
%0
%30
%2

Triadic Colors of #bdf9af

#bdf9af #afbdf9 #f9afbd

Analogous Colors of #bdf9af

#bdf9af #aff9c6 #e2f9af

Monochromatic Colors of #bdf9af

#bdf9af

Complementary Color

#bdf9af #ebaff9

#bdf9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf9af Color CSS Codes

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

#bdf9af Text Font Color

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

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


#bdf9af Background Color

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

This div background color is #bdf9af


#bdf9af Border Color

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

This div border color is #bdf9af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf9af

Related Colors


Comments

No comments written yet.

Please login to write comment.