Color Hex Logo

#bdde61 Color Hex

#BDDE61
(189,222,97)
0 Favorites   0 Comments

Color spaces of #bdde61

RGB 18922297
HSL0.210.650.63
HSV76°56°87°
CMYK 0.150.000.56   0.13
XYZ49.265263.924421.0514
Yxy63.92440.36700.4762
Hunter Lab79.9527-29.929340.3560
CIE-Lab83.9264-29.076956.6392

#bdde61 color RGB value is (189,222,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 01100001
Octal 275 336 141
Decimal 189 222 97
Hex BD DE 61

RGB Percentages of Color #bdde61

%37.20
%43.70
%19.09

CMYK Percentages of Color #bdde61

%15
%0
%56
%13

Triadic Colors of #bdde61

#bdde61 #61bdde #de61bd

Analogous Colors of #bdde61

#bdde61 #7fde61 #dec161

Monochromatic Colors of #bdde61

#bdde61

Complementary Color

#bdde61 #8261de

#bdde61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdde61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdde61 Color CSS Codes

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

#bdde61 Text Font Color

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

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


#bdde61 Background Color

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

This div background color is #bdde61


#bdde61 Border Color

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

This div border color is #bdde61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdde61


Comments

No comments written yet.

Please login to write comment.