Color Hex Logo

#bdfc6b Color Hex

#BDFC6B
(189,252,107)
0 Favorites   0 Comments

Color spaces of #bdfc6b

RGB 189252107
HSL0.240.960.70
HSV86°58°99°
CMYK 0.250.000.58   0.01
XYZ58.450581.501226.5606
Yxy81.50120.35100.4895
Hunter Lab90.2780-42.416745.7510
CIE-Lab92.3543-41.850761.8524

#bdfc6b color RGB value is (189,252,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 01101011
Octal 275 374 153
Decimal 189 252 107
Hex BD FC 6B

RGB Percentages of Color #bdfc6b

%34.49
%45.99
%19.53

CMYK Percentages of Color #bdfc6b

%25
%0
%58
%1

Triadic Colors of #bdfc6b

#bdfc6b #6bbdfc #fc6bbd

Analogous Colors of #bdfc6b

#bdfc6b #75fc6b #fcf36b

Monochromatic Colors of #bdfc6b

#bdfc6b

Complementary Color

#bdfc6b #aa6bfc

#bdfc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfc6b Color CSS Codes

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

#bdfc6b Text Font Color

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

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


#bdfc6b Background Color

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

This div background color is #bdfc6b


#bdfc6b Border Color

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

This div border color is #bdfc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfc6b


Comments

No comments written yet.

Please login to write comment.