Color Hex Logo

#bdd670 Color Hex

#BDD670
(189,214,112)
0 Favorites   0 Comments

Color spaces of #bdd670

RGB 189214112
HSL0.210.550.64
HSV75°48°84°
CMYK 0.120.000.48   0.16
XYZ47.957560.081824.3986
Yxy60.08180.36210.4537
Hunter Lab77.5125-25.207635.5960
CIE-Lab81.8826-23.853247.2850

#bdd670 color RGB value is (189,214,112).

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

The process color (four color CMYK) of #bdd670 color hex is 0.12, 0.00, 0.48, 0.16. Web safe color of #bdd670 is #cccc66. Color #bdd670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 01110000
Octal 275 326 160
Decimal 189 214 112
Hex BD D6 70

RGB Percentages of Color #bdd670

%36.70
%41.55
%21.75

CMYK Percentages of Color #bdd670

%12
%0
%48
%16

Triadic Colors of #bdd670

#bdd670 #70bdd6 #d670bd

Analogous Colors of #bdd670

#bdd670 #8ad670 #d6bc70

Monochromatic Colors of #bdd670

#bdd670

Complementary Color

#bdd670 #8970d6

#bdd670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd670 Color CSS Codes

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

#bdd670 Text Font Color

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

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


#bdd670 Background Color

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

This div background color is #bdd670


#bdd670 Border Color

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

This div border color is #bdd670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd670


Comments

No comments written yet.

Please login to write comment.