Color Hex Logo

#bdf66c Color Hex

#BDF66C
(189,246,108)
0 Favorites   0 Comments

Color spaces of #bdf66c

RGB 189246108
HSL0.240.880.69
HSV85°56°96°
CMYK 0.230.000.56   0.04
XYZ56.648877.813126.2211
Yxy77.81310.35260.4843
Hunter Lab88.2117-39.739444.1242
CIE-Lab90.6945-39.111259.5256

#bdf66c color RGB value is (189,246,108).

#bdf66c hex color red value is 189, green value is 246 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bdf66c hue: 0.24 , saturation: 0.88 and the lightness value of bdf66c is 0.69.

The process color (four color CMYK) of #bdf66c color hex is 0.23, 0.00, 0.56, 0.04. Web safe color of #bdf66c is #ccff66. Color #bdf66c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 01101100
Octal 275 366 154
Decimal 189 246 108
Hex BD F6 6C

RGB Percentages of Color #bdf66c

%34.81
%45.30
%19.89

CMYK Percentages of Color #bdf66c

%23
%0
%56
%4

Triadic Colors of #bdf66c

#bdf66c #6cbdf6 #f66cbd

Analogous Colors of #bdf66c

#bdf66c #78f66c #f6ea6c

Monochromatic Colors of #bdf66c

#bdf66c

Complementary Color

#bdf66c #a56cf6

#bdf66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf66c Color CSS Codes

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

#bdf66c Text Font Color

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

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


#bdf66c Background Color

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

This div background color is #bdf66c


#bdf66c Border Color

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

This div border color is #bdf66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf66c


Comments

No comments written yet.

Please login to write comment.