Color Hex Logo

#bdde70 Color Hex

#BDDE70
(189,222,112)
0 Favorites   0 Comments

Color spaces of #bdde70

RGB 189222112
HSL0.220.630.65
HSV78°50°87°
CMYK 0.150.000.50   0.13
XYZ50.032264.231225.0901
Yxy64.23120.35900.4609
Hunter Lab80.1444-28.819437.5397
CIE-Lab84.0860-27.691249.9469

#bdde70 color RGB value is (189,222,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 01110000
Octal 275 336 160
Decimal 189 222 112
Hex BD DE 70

RGB Percentages of Color #bdde70

%36.14
%42.45
%21.41

CMYK Percentages of Color #bdde70

%15
%0
%50
%13

Triadic Colors of #bdde70

#bdde70 #70bdde #de70bd

Analogous Colors of #bdde70

#bdde70 #86de70 #dec870

Monochromatic Colors of #bdde70

#bdde70

Complementary Color

#bdde70 #9170de

#bdde70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdde70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdde70 Color CSS Codes

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

#bdde70 Text Font Color

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

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


#bdde70 Background Color

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

This div background color is #bdde70


#bdde70 Border Color

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

This div border color is #bdde70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdde70


Comments

No comments written yet.

Please login to write comment.