Color Hex Logo

#bdfb52 Color Hex

#BDFB52
(189,251,82)
0 Favorites   0 Comments

Color spaces of #bdfb52

RGB 18925182
HSL0.230.950.65
HSV82°67°98°
CMYK 0.250.000.67   0.02
XYZ57.006480.422420.5012
Yxy80.42240.36100.5092
Hunter Lab89.6785-43.469549.2208
CIE-Lab91.8741-43.311871.3585

#bdfb52 color RGB value is (189,251,82).

#bdfb52 hex color red value is 189, green value is 251 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bdfb52 hue: 0.23 , saturation: 0.95 and the lightness value of bdfb52 is 0.65.

The process color (four color CMYK) of #bdfb52 color hex is 0.25, 0.00, 0.67, 0.02. Web safe color of #bdfb52 is #ccff66. Color #bdfb52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 01010010
Octal 275 373 122
Decimal 189 251 82
Hex BD FB 52

RGB Percentages of Color #bdfb52

%36.21
%48.08
%15.71

CMYK Percentages of Color #bdfb52

%25
%0
%67
%2

Triadic Colors of #bdfb52

#bdfb52 #52bdfb #fb52bd

Analogous Colors of #bdfb52

#bdfb52 #69fb52 #fbe552

Monochromatic Colors of #bdfb52

#bdfb52

Complementary Color

#bdfb52 #9052fb

#bdfb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfb52 Color CSS Codes

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

#bdfb52 Text Font Color

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

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


#bdfb52 Background Color

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

This div background color is #bdfb52


#bdfb52 Border Color

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

This div border color is #bdfb52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfb52


Comments

No comments written yet.

Please login to write comment.