Color Hex Logo

#bdf142 Color Hex

#BDF142
(189,241,66)
0 Favorites   0 Comments

Color spaces of #bdf142

RGB 18924166
HSL0.220.860.60
HSV78°73°95°
CMYK 0.220.000.73   0.05
XYZ53.424974.122816.6456
Yxy74.12280.37050.5141
Hunter Lab86.0946-39.899748.8030
CIE-Lab88.9805-39.861774.0601

#bdf142 color RGB value is (189,241,66).

#bdf142 hex color red value is 189, green value is 241 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bdf142 hue: 0.22 , saturation: 0.86 and the lightness value of bdf142 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110001 01000010
Octal 275 361 102
Decimal 189 241 66
Hex BD F1 42

RGB Percentages of Color #bdf142

%38.10
%48.59
%13.31

CMYK Percentages of Color #bdf142

%22
%0
%73
%5

Triadic Colors of #bdf142

#bdf142 #42bdf1 #f142bd

Analogous Colors of #bdf142

#bdf142 #66f142 #f1ce42

Monochromatic Colors of #bdf142

#bdf142

Complementary Color

#bdf142 #7642f1

#bdf142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf142 Color CSS Codes

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

#bdf142 Text Font Color

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

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


#bdf142 Background Color

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

This div background color is #bdf142


#bdf142 Border Color

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

This div border color is #bdf142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf142


Comments

No comments written yet.

Please login to write comment.