Color Hex Logo

#bddf49 Color Hex

#BDDF49
(189,223,73)
0 Favorites   0 Comments

Color spaces of #bddf49

RGB 18922373
HSL0.200.700.58
HSV74°67°87°
CMYK 0.150.000.67   0.13
XYZ48.576564.075216.1108
Yxy64.07520.37730.4976
Hunter Lab80.0470-31.759544.0998
CIE-Lab84.0049-31.295766.6393

#bddf49 color RGB value is (189,223,73).

#bddf49 hex color red value is 189, green value is 223 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bddf49 hue: 0.20 , saturation: 0.70 and the lightness value of bddf49 is 0.58.

The process color (four color CMYK) of #bddf49 color hex is 0.15, 0.00, 0.67, 0.13. Web safe color of #bddf49 is #cccc33. Color #bddf49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 01001001
Octal 275 337 111
Decimal 189 223 73
Hex BD DF 49

RGB Percentages of Color #bddf49

%38.97
%45.98
%15.05

CMYK Percentages of Color #bddf49

%15
%0
%67
%13

Triadic Colors of #bddf49

#bddf49 #49bddf #df49bd

Analogous Colors of #bddf49

#bddf49 #72df49 #dfb649

Monochromatic Colors of #bddf49

#bddf49

Complementary Color

#bddf49 #6b49df

#bddf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddf49 Color CSS Codes

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

#bddf49 Text Font Color

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

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


#bddf49 Background Color

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

This div background color is #bddf49


#bddf49 Border Color

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

This div border color is #bddf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddf49


Comments

No comments written yet.

Please login to write comment.