Color Hex Logo

#bdde3d Color Hex

#BDDE3D
(189,222,61)
0 Favorites   0 Comments

Color spaces of #bdde3d

RGB 18922261
HSL0.200.710.55
HSV72°73°87°
CMYK 0.150.000.73   0.13
XYZ47.949863.398314.1247
Yxy63.39830.38220.5053
Hunter Lab79.6230-31.845845.2184
CIE-Lab83.6515-31.499070.5688

#bdde3d color RGB value is (189,222,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 00111101
Octal 275 336 75
Decimal 189 222 61
Hex BD DE 3D

RGB Percentages of Color #bdde3d

%40.04
%47.03
%12.92

CMYK Percentages of Color #bdde3d

%15
%0
%73
%13

Triadic Colors of #bdde3d

#bdde3d #3dbdde #de3dbd

Analogous Colors of #bdde3d

#bdde3d #6dde3d #deaf3d

Monochromatic Colors of #bdde3d

#bdde3d

Complementary Color

#bdde3d #5e3dde

#bdde3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdde3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdde3d Color CSS Codes

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

#bdde3d Text Font Color

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

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


#bdde3d Background Color

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

This div background color is #bdde3d


#bdde3d Border Color

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

This div border color is #bdde3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdde3d


Comments

No comments written yet.

Please login to write comment.