Color Hex Logo

#bdeb48 Color Hex

#BDEB48
(189,235,72)
0 Favorites   0 Comments

Color spaces of #bdeb48

RGB 18923572
HSL0.210.800.60
HSV77°69°92°
CMYK 0.200.000.69   0.08
XYZ51.864370.703417.0445
Yxy70.70340.37150.5064
Hunter Lab84.0853-37.049546.8413
CIE-Lab87.3407-36.851370.3854

#bdeb48 color RGB value is (189,235,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 01001000
Octal 275 353 110
Decimal 189 235 72
Hex BD EB 48

RGB Percentages of Color #bdeb48

%38.10
%47.38
%14.52

CMYK Percentages of Color #bdeb48

%20
%0
%69
%8

Triadic Colors of #bdeb48

#bdeb48 #48bdeb #eb48bd

Analogous Colors of #bdeb48

#bdeb48 #6ceb48 #ebc848

Monochromatic Colors of #bdeb48

#bdeb48

Complementary Color

#bdeb48 #7648eb

#bdeb48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeb48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeb48 Color CSS Codes

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

#bdeb48 Text Font Color

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

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


#bdeb48 Background Color

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

This div background color is #bdeb48


#bdeb48 Border Color

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

This div border color is #bdeb48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeb48


Comments

No comments written yet.

Please login to write comment.