Color Hex Logo

#bdf241 Color Hex

#BDF241
(189,242,65)
0 Favorites   0 Comments

Color spaces of #bdf241

RGB 18924265
HSL0.220.870.60
HSV78°73°95°
CMYK 0.220.000.73   0.05
XYZ53.692574.704716.5906
Yxy74.70470.37030.5152
Hunter Lab86.4319-40.369549.1216
CIE-Lab89.2545-40.354974.6504

#bdf241 color RGB value is (189,242,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110010 01000001
Octal 275 362 101
Decimal 189 242 65
Hex BD F2 41

RGB Percentages of Color #bdf241

%38.10
%48.79
%13.10

CMYK Percentages of Color #bdf241

%22
%0
%73
%5

Triadic Colors of #bdf241

#bdf241 #41bdf2 #f241bd

Analogous Colors of #bdf241

#bdf241 #65f241 #f2cf41

Monochromatic Colors of #bdf241

#bdf241

Complementary Color

#bdf241 #7641f2

#bdf241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf241 Color CSS Codes

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

#bdf241 Text Font Color

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

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


#bdf241 Background Color

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

This div background color is #bdf241


#bdf241 Border Color

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

This div border color is #bdf241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf241


Comments

No comments written yet.

Please login to write comment.