Color Hex Logo

#bddc70 Color Hex

#BDDC70
(189,220,112)
0 Favorites   0 Comments

Color spaces of #bddc70

RGB 189220112
HSL0.210.610.65
HSV77°49°86°
CMYK 0.140.000.49   0.14
XYZ49.504163.175124.9141
Yxy63.17510.35980.4591
Hunter Lab79.4828-27.920037.0533
CIE-Lab83.5344-26.739249.2833

#bddc70 color RGB value is (189,220,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 01110000
Octal 275 334 160
Decimal 189 220 112
Hex BD DC 70

RGB Percentages of Color #bddc70

%36.28
%42.23
%21.50

CMYK Percentages of Color #bddc70

%14
%0
%49
%14

Triadic Colors of #bddc70

#bddc70 #70bddc #dc70bd

Analogous Colors of #bddc70

#bddc70 #87dc70 #dcc570

Monochromatic Colors of #bddc70

#bddc70

Complementary Color

#bddc70 #8f70dc

#bddc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc70 Color CSS Codes

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

#bddc70 Text Font Color

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

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


#bddc70 Background Color

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

This div background color is #bddc70


#bddc70 Border Color

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

This div border color is #bddc70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc70


Comments

No comments written yet.

Please login to write comment.