Color Hex Logo

#bdd666 Color Hex

#BDD666
(189,214,102)
0 Favorites   0 Comments

Color spaces of #bdd666

RGB 189214102
HSL0.200.580.62
HSV73°52°84°
CMYK 0.120.000.52   0.16
XYZ47.431159.871321.6268
Yxy59.87130.36790.4644
Hunter Lab77.3765-25.990137.5920
CIE-Lab81.7682-24.821751.8739

#bdd666 color RGB value is (189,214,102).

#bdd666 hex color red value is 189, green value is 214 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bdd666 hue: 0.20 , saturation: 0.58 and the lightness value of bdd666 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 01100110
Octal 275 326 146
Decimal 189 214 102
Hex BD D6 66

RGB Percentages of Color #bdd666

%37.43
%42.38
%20.20

CMYK Percentages of Color #bdd666

%12
%0
%52
%16

Triadic Colors of #bdd666

#bdd666 #66bdd6 #d666bd

Analogous Colors of #bdd666

#bdd666 #85d666 #d6b766

Monochromatic Colors of #bdd666

#bdd666

Complementary Color

#bdd666 #7f66d6

#bdd666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd666 Color CSS Codes

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

#bdd666 Text Font Color

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

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


#bdd666 Background Color

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

This div background color is #bdd666


#bdd666 Border Color

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

This div border color is #bdd666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd666


Comments

No comments written yet.

Please login to write comment.