Color Hex Logo

#bdea41 Color Hex

#BDEA41
(189,234,65)
0 Favorites   0 Comments

Color spaces of #bdea41

RGB 18923465
HSL0.210.800.59
HSV76°72°92°
CMYK 0.190.000.72   0.08
XYZ51.363270.046115.8142
Yxy70.04610.37430.5105
Hunter Lab83.6935-36.917347.3824
CIE-Lab87.0195-36.786872.4900

#bdea41 color RGB value is (189,234,65).

#bdea41 hex color red value is 189, green value is 234 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #bdea41 hue: 0.21 , saturation: 0.80 and the lightness value of bdea41 is 0.59.

The process color (four color CMYK) of #bdea41 color hex is 0.19, 0.00, 0.72, 0.08. Web safe color of #bdea41 is #ccff33. Color #bdea41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 01000001
Octal 275 352 101
Decimal 189 234 65
Hex BD EA 41

RGB Percentages of Color #bdea41

%38.73
%47.95
%13.32

CMYK Percentages of Color #bdea41

%19
%0
%72
%8

Triadic Colors of #bdea41

#bdea41 #41bdea #ea41bd

Analogous Colors of #bdea41

#bdea41 #69ea41 #eac341

Monochromatic Colors of #bdea41

#bdea41

Complementary Color

#bdea41 #6e41ea

#bdea41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdea41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdea41 Color CSS Codes

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

#bdea41 Text Font Color

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

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


#bdea41 Background Color

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

This div background color is #bdea41


#bdea41 Border Color

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

This div border color is #bdea41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdea41


Comments

No comments written yet.

Please login to write comment.