Color Hex Logo

#bdea44 Color Hex

#BDEA44
(189,234,68)
0 Favorites   0 Comments

Color spaces of #bdea44

RGB 18923468
HSL0.210.800.59
HSV76°71°92°
CMYK 0.190.000.71   0.08
XYZ51.452570.081816.2842
Yxy70.08180.37330.5085
Hunter Lab83.7149-36.792147.0673
CIE-Lab87.0370-36.626471.4888

#bdea44 color RGB value is (189,234,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 01000100
Octal 275 352 104
Decimal 189 234 68
Hex BD EA 44

RGB Percentages of Color #bdea44

%38.49
%47.66
%13.85

CMYK Percentages of Color #bdea44

%19
%0
%71
%8

Triadic Colors of #bdea44

#bdea44 #44bdea #ea44bd

Analogous Colors of #bdea44

#bdea44 #6aea44 #eac444

Monochromatic Colors of #bdea44

#bdea44

Complementary Color

#bdea44 #7144ea

#bdea44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdea44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdea44 Color CSS Codes

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

#bdea44 Text Font Color

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

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


#bdea44 Background Color

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

This div background color is #bdea44


#bdea44 Border Color

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

This div border color is #bdea44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdea44


Comments

No comments written yet.

Please login to write comment.