Color Hex Logo

#bdea48 Color Hex

#BDEA48
(189,234,72)
0 Favorites   0 Comments

Color spaces of #bdea48

RGB 18923472
HSL0.210.790.60
HSV77°69°92°
CMYK 0.190.000.69   0.08
XYZ51.578870.132316.9493
Yxy70.13230.37200.5058
Hunter Lab83.7450-36.615146.6217
CIE-Lab87.0617-36.399870.1054

#bdea48 color RGB value is (189,234,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 01001000
Octal 275 352 110
Decimal 189 234 72
Hex BD EA 48

RGB Percentages of Color #bdea48

%38.18
%47.27
%14.55

CMYK Percentages of Color #bdea48

%19
%0
%69
%8

Triadic Colors of #bdea48

#bdea48 #48bdea #ea48bd

Analogous Colors of #bdea48

#bdea48 #6cea48 #eac648

Monochromatic Colors of #bdea48

#bdea48

Complementary Color

#bdea48 #7548ea

#bdea48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdea48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdea48 Color CSS Codes

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

#bdea48 Text Font Color

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

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


#bdea48 Background Color

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

This div background color is #bdea48


#bdea48 Border Color

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

This div border color is #bdea48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdea48


Comments

No comments written yet.

Please login to write comment.