Color Hex Logo

#bdf222 Color Hex

#BDF222
(189,242,34)
0 Favorites   0 Comments

Color spaces of #bdf222

RGB 18924234
HSL0.210.890.54
HSV75°86°95°
CMYK 0.220.000.86   0.05
XYZ53.027174.438613.0866
Yxy74.43860.37730.5296
Hunter Lab86.2778-41.278551.4014
CIE-Lab89.1294-41.530182.5571

#bdf222 color RGB value is (189,242,34).

#bdf222 hex color red value is 189, green value is 242 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bdf222 hue: 0.21 , saturation: 0.89 and the lightness value of bdf222 is 0.54.

The process color (four color CMYK) of #bdf222 color hex is 0.22, 0.00, 0.86, 0.05. Web safe color of #bdf222 is #ccff33. Color #bdf222 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110010 00100010
Octal 275 362 42
Decimal 189 242 34
Hex BD F2 22

RGB Percentages of Color #bdf222

%40.65
%52.04
%7.31

CMYK Percentages of Color #bdf222

%22
%0
%86
%5

Triadic Colors of #bdf222

#bdf222 #22bdf2 #f222bd

Analogous Colors of #bdf222

#bdf222 #55f222 #f2bf22

Monochromatic Colors of #bdf222

#bdf222

Complementary Color

#bdf222 #5722f2

#bdf222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf222 Color CSS Codes

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

#bdf222 Text Font Color

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

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


#bdf222 Background Color

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

This div background color is #bdf222


#bdf222 Border Color

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

This div border color is #bdf222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf222


Comments

No comments written yet.

Please login to write comment.