Color Hex Logo

#bddc45 Color Hex

#BDDC45
(189,220,69)
0 Favorites   0 Comments

Color spaces of #bddc45

RGB 18922069
HSL0.200.680.57
HSV72°69°86°
CMYK 0.140.000.69   0.14
XYZ47.653662.434915.1698
Yxy62.43490.38040.4984
Hunter Lab79.0158-30.626043.9283
CIE-Lab83.1442-30.133467.2562

#bddc45 color RGB value is (189,220,69).

#bddc45 hex color red value is 189, green value is 220 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bddc45 hue: 0.20 , saturation: 0.68 and the lightness value of bddc45 is 0.57.

The process color (four color CMYK) of #bddc45 color hex is 0.14, 0.00, 0.69, 0.14. Web safe color of #bddc45 is #cccc33. Color #bddc45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 01000101
Octal 275 334 105
Decimal 189 220 69
Hex BD DC 45

RGB Percentages of Color #bddc45

%39.54
%46.03
%14.44

CMYK Percentages of Color #bddc45

%14
%0
%69
%14

Triadic Colors of #bddc45

#bddc45 #45bddc #dc45bd

Analogous Colors of #bddc45

#bddc45 #72dc45 #dcb045

Monochromatic Colors of #bddc45

#bddc45

Complementary Color

#bddc45 #6445dc

#bddc45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc45 Color CSS Codes

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

#bddc45 Text Font Color

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

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


#bddc45 Background Color

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

This div background color is #bddc45


#bddc45 Border Color

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

This div border color is #bddc45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc45


Comments

No comments written yet.

Please login to write comment.