Color Hex Logo

#bdfc62 Color Hex

#BDFC62
(189,252,98)
0 Favorites   0 Comments

Color spaces of #bdfc62

RGB 18925298
HSL0.230.960.69
HSV85°61°99°
CMYK 0.250.000.61   0.01
XYZ58.001381.321524.1949
Yxy81.32150.35470.4973
Hunter Lab90.1784-43.004047.2174
CIE-Lab92.2746-42.599265.5411

#bdfc62 color RGB value is (189,252,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 01100010
Octal 275 374 142
Decimal 189 252 98
Hex BD FC 62

RGB Percentages of Color #bdfc62

%35.06
%46.75
%18.18

CMYK Percentages of Color #bdfc62

%25
%0
%61
%1

Triadic Colors of #bdfc62

#bdfc62 #62bdfc #fc62bd

Analogous Colors of #bdfc62

#bdfc62 #70fc62 #fcee62

Monochromatic Colors of #bdfc62

#bdfc62

Complementary Color

#bdfc62 #a162fc

#bdfc62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfc62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfc62 Color CSS Codes

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

#bdfc62 Text Font Color

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

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


#bdfc62 Background Color

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

This div background color is #bdfc62


#bdfc62 Border Color

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

This div border color is #bdfc62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfc62


Comments

No comments written yet.

Please login to write comment.