Color Hex Logo

#bdde3f Color Hex

#BDDE3F
(189,222,63)
0 Favorites   0 Comments

Color spaces of #bdde3f

RGB 18922263
HSL0.200.710.56
HSV72°72°87°
CMYK 0.150.000.72   0.13
XYZ48.004763.420314.4138
Yxy63.42030.38150.5040
Hunter Lab79.6369-31.765645.0147
CIE-Lab83.6630-31.396869.9026

#bdde3f color RGB value is (189,222,63).

#bdde3f hex color red value is 189, green value is 222 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bdde3f hue: 0.20 , saturation: 0.71 and the lightness value of bdde3f is 0.56.

The process color (four color CMYK) of #bdde3f color hex is 0.15, 0.00, 0.72, 0.13. Web safe color of #bdde3f is #cccc33. Color #bdde3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 00111111
Octal 275 336 77
Decimal 189 222 63
Hex BD DE 3F

RGB Percentages of Color #bdde3f

%39.87
%46.84
%13.29

CMYK Percentages of Color #bdde3f

%15
%0
%72
%13

Triadic Colors of #bdde3f

#bdde3f #3fbdde #de3fbd

Analogous Colors of #bdde3f

#bdde3f #6ede3f #deb03f

Monochromatic Colors of #bdde3f

#bdde3f

Complementary Color

#bdde3f #603fde

#bdde3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdde3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdde3f Color CSS Codes

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

#bdde3f Text Font Color

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

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


#bdde3f Background Color

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

This div background color is #bdde3f


#bdde3f Border Color

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

This div border color is #bdde3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdde3f


Comments

No comments written yet.

Please login to write comment.