Color Hex Logo

#bddd62 Color Hex

#BDDD62
(189,221,98)
0 Favorites   0 Comments

Color spaces of #bddd62

RGB 18922198
HSL0.210.640.63
HSV76°56°87°
CMYK 0.140.000.56   0.13
XYZ49.047363.413621.2102
Yxy63.41360.36690.4744
Hunter Lab79.6327-29.415539.9509
CIE-Lab83.6595-28.519655.8890

#bddd62 color RGB value is (189,221,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 01100010
Octal 275 335 142
Decimal 189 221 98
Hex BD DD 62

RGB Percentages of Color #bddd62

%37.20
%43.50
%19.29

CMYK Percentages of Color #bddd62

%14
%0
%56
%13

Triadic Colors of #bddd62

#bddd62 #62bddd #dd62bd

Analogous Colors of #bddd62

#bddd62 #80dd62 #ddc062

Monochromatic Colors of #bddd62

#bddd62

Complementary Color

#bddd62 #8262dd

#bddd62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddd62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddd62 Color CSS Codes

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

#bddd62 Text Font Color

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

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


#bddd62 Background Color

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

This div background color is #bddd62


#bddd62 Border Color

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

This div border color is #bddd62


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,221,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 #bddd62">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddd62


Comments

No comments written yet.

Please login to write comment.