Color Hex Logo

#bdde62 Color Hex

#BDDE62
(189,222,98)
0 Favorites   0 Comments

Color spaces of #bdde62

RGB 18922298
HSL0.210.650.63
HSV76°56°87°
CMYK 0.150.000.56   0.13
XYZ49.312163.943221.2985
Yxy63.94320.36650.4752
Hunter Lab79.9645-29.861440.1833
CIE-Lab83.9362-28.991756.2054

#bdde62 color RGB value is (189,222,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 01100010
Octal 275 336 142
Decimal 189 222 98
Hex BD DE 62

RGB Percentages of Color #bdde62

%37.13
%43.61
%19.25

CMYK Percentages of Color #bdde62

%15
%0
%56
%13

Triadic Colors of #bdde62

#bdde62 #62bdde #de62bd

Analogous Colors of #bdde62

#bdde62 #7fde62 #dec162

Monochromatic Colors of #bdde62

#bdde62

Complementary Color

#bdde62 #8362de

#bdde62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdde62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdde62 Color CSS Codes

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

#bdde62 Text Font Color

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

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


#bdde62 Background Color

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

This div background color is #bdde62


#bdde62 Border Color

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

This div border color is #bdde62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdde62


Comments

No comments written yet.

Please login to write comment.