Color Hex Logo

#bdeb66 Color Hex

#BDEB66
(189,235,102)
0 Favorites   0 Comments

Color spaces of #bdeb66

RGB 189235102
HSL0.220.770.66
HSV81°57°92°
CMYK 0.200.000.57   0.08
XYZ53.092971.194823.5141
Yxy71.19480.35920.4817
Hunter Lab84.3770-35.341542.5410
CIE-Lab87.5796-34.679858.5933

#bdeb66 color RGB value is (189,235,102).

#bdeb66 hex color red value is 189, green value is 235 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bdeb66 hue: 0.22 , saturation: 0.77 and the lightness value of bdeb66 is 0.66.

The process color (four color CMYK) of #bdeb66 color hex is 0.20, 0.00, 0.57, 0.08. Web safe color of #bdeb66 is #ccff66. Color #bdeb66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 01100110
Octal 275 353 146
Decimal 189 235 102
Hex BD EB 66

RGB Percentages of Color #bdeb66

%35.93
%44.68
%19.39

CMYK Percentages of Color #bdeb66

%20
%0
%57
%8

Triadic Colors of #bdeb66

#bdeb66 #66bdeb #eb66bd

Analogous Colors of #bdeb66

#bdeb66 #7beb66 #ebd766

Monochromatic Colors of #bdeb66

#bdeb66

Complementary Color

#bdeb66 #9466eb

#bdeb66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeb66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeb66 Color CSS Codes

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

#bdeb66 Text Font Color

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

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


#bdeb66 Background Color

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

This div background color is #bdeb66


#bdeb66 Border Color

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

This div border color is #bdeb66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeb66


Comments

No comments written yet.

Please login to write comment.