Color Hex Logo

#bdf341 Color Hex

#BDF341
(189,243,65)
0 Favorites   0 Comments

Color spaces of #bdf341

RGB 18924365
HSL0.220.880.60
HSV78°73°95°
CMYK 0.220.000.73   0.05
XYZ53.991075.301716.6901
Yxy75.30170.36980.5158
Hunter Lab86.7766-40.799149.3401
CIE-Lab89.5341-40.795774.9195

#bdf341 color RGB value is (189,243,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110011 01000001
Octal 275 363 101
Decimal 189 243 65
Hex BD F3 41

RGB Percentages of Color #bdf341

%38.03
%48.89
%13.08

CMYK Percentages of Color #bdf341

%22
%0
%73
%5

Triadic Colors of #bdf341

#bdf341 #41bdf3 #f341bd

Analogous Colors of #bdf341

#bdf341 #64f341 #f3d041

Monochromatic Colors of #bdf341

#bdf341

Complementary Color

#bdf341 #7741f3

#bdf341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf341 Color CSS Codes

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

#bdf341 Text Font Color

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

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


#bdf341 Background Color

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

This div background color is #bdf341


#bdf341 Border Color

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

This div border color is #bdf341


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,243,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 #bdf341">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf341


Comments

No comments written yet.

Please login to write comment.