Color Hex Logo

#bdde7f Color Hex

#BDDE7F
(189,222,127)
0 Favorites   0 Comments

Color spaces of #bdde7f

RGB 189222127
HSL0.220.590.68
HSV81°43°87°
CMYK 0.150.000.43   0.13
XYZ50.938364.593729.8618
Yxy64.59370.35030.4443
Hunter Lab80.3702-27.515334.2298
CIE-Lab84.2739-26.078742.9444

#bdde7f color RGB value is (189,222,127).

#bdde7f hex color red value is 189, green value is 222 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bdde7f hue: 0.22 , saturation: 0.59 and the lightness value of bdde7f is 0.68.

The process color (four color CMYK) of #bdde7f color hex is 0.15, 0.00, 0.43, 0.13. Web safe color of #bdde7f is #cccc66. Color #bdde7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 01111111
Octal 275 336 177
Decimal 189 222 127
Hex BD DE 7F

RGB Percentages of Color #bdde7f

%35.13
%41.26
%23.61

CMYK Percentages of Color #bdde7f

%15
%0
%43
%13

Triadic Colors of #bdde7f

#bdde7f #7fbdde #de7fbd

Analogous Colors of #bdde7f

#bdde7f #8ede7f #ded07f

Monochromatic Colors of #bdde7f

#bdde7f

Complementary Color

#bdde7f #a07fde

#bdde7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdde7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdde7f Color CSS Codes

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

#bdde7f Text Font Color

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

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


#bdde7f Background Color

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

This div background color is #bdde7f


#bdde7f Border Color

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

This div border color is #bdde7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdde7f


Comments

No comments written yet.

Please login to write comment.