Color Hex Logo

#bdde4f Color Hex

#BDDE4F
(189,222,79)
0 Favorites   0 Comments

Color spaces of #bdde4f

RGB 18922279
HSL0.210.680.59
HSV74°64°87°
CMYK 0.150.000.64   0.13
XYZ48.518863.625917.1209
Yxy63.62590.37530.4922
Hunter Lab79.7658-31.014943.1101
CIE-Lab83.7706-30.444164.0692

#bdde4f color RGB value is (189,222,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 01001111
Octal 275 336 117
Decimal 189 222 79
Hex BD DE 4F

RGB Percentages of Color #bdde4f

%38.57
%45.31
%16.12

CMYK Percentages of Color #bdde4f

%15
%0
%64
%13

Triadic Colors of #bdde4f

#bdde4f #4fbdde #de4fbd

Analogous Colors of #bdde4f

#bdde4f #76de4f #deb84f

Monochromatic Colors of #bdde4f

#bdde4f

Complementary Color

#bdde4f #704fde

#bdde4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdde4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdde4f Color CSS Codes

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

#bdde4f Text Font Color

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

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


#bdde4f Background Color

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

This div background color is #bdde4f


#bdde4f Border Color

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

This div border color is #bdde4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdde4f


Comments

No comments written yet.

Please login to write comment.