Color Hex Logo

#bdfc6a Color Hex

#BDFC6A
(189,252,106)
0 Favorites   0 Comments

Color spaces of #bdfc6a

RGB 189252106
HSL0.240.960.70
HSV86°58°99°
CMYK 0.250.000.58   0.01
XYZ58.398281.480226.2850
Yxy81.48020.35150.4904
Hunter Lab90.2664-42.484945.9216
CIE-Lab92.3450-41.937562.2701

#bdfc6a color RGB value is (189,252,106).

#bdfc6a hex color red value is 189, green value is 252 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bdfc6a hue: 0.24 , saturation: 0.96 and the lightness value of bdfc6a is 0.70.

The process color (four color CMYK) of #bdfc6a color hex is 0.25, 0.00, 0.58, 0.01. Web safe color of #bdfc6a is #ccff66. Color #bdfc6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 01101010
Octal 275 374 152
Decimal 189 252 106
Hex BD FC 6A

RGB Percentages of Color #bdfc6a

%34.55
%46.07
%19.38

CMYK Percentages of Color #bdfc6a

%25
%0
%58
%1

Triadic Colors of #bdfc6a

#bdfc6a #6abdfc #fc6abd

Analogous Colors of #bdfc6a

#bdfc6a #74fc6a #fcf26a

Monochromatic Colors of #bdfc6a

#bdfc6a

Complementary Color

#bdfc6a #a96afc

#bdfc6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfc6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfc6a Color CSS Codes

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

#bdfc6a Text Font Color

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

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


#bdfc6a Background Color

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

This div background color is #bdfc6a


#bdfc6a Border Color

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

This div border color is #bdfc6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfc6a


Comments

No comments written yet.

Please login to write comment.