Color Hex Logo

#bdce66 Color Hex

#BDCE66
(189,206,102)
0 Favorites   0 Comments

Color spaces of #bdce66

RGB 189206102
HSL0.190.510.60
HSV70°50°81°
CMYK 0.080.000.50   0.19
XYZ45.455855.920720.9684
Yxy55.92070.37150.4571
Hunter Lab74.7801-22.362435.7211
CIE-Lab79.5687-20.924749.2781

#bdce66 color RGB value is (189,206,102).

#bdce66 hex color red value is 189, green value is 206 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bdce66 hue: 0.19 , saturation: 0.51 and the lightness value of bdce66 is 0.60.

The process color (four color CMYK) of #bdce66 color hex is 0.08, 0.00, 0.50, 0.19. Web safe color of #bdce66 is #cccc66. Color #bdce66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 01100110
Octal 275 316 146
Decimal 189 206 102
Hex BD CE 66

RGB Percentages of Color #bdce66

%38.03
%41.45
%20.52

CMYK Percentages of Color #bdce66

%8
%0
%50
%19

Triadic Colors of #bdce66

#bdce66 #66bdce #ce66bd

Analogous Colors of #bdce66

#bdce66 #89ce66 #ceab66

Monochromatic Colors of #bdce66

#bdce66

Complementary Color

#bdce66 #7766ce

#bdce66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce66 Color CSS Codes

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

#bdce66 Text Font Color

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

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


#bdce66 Background Color

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

This div background color is #bdce66


#bdce66 Border Color

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

This div border color is #bdce66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce66


Comments

No comments written yet.

Please login to write comment.