Color Hex Logo

#bdd843 Color Hex

#BDD843
(189,216,67)
0 Favorites   0 Comments

Color spaces of #bdd843

RGB 18921667
HSL0.200.660.55
HSV71°69°85°
CMYK 0.130.000.69   0.15
XYZ46.555360.335814.5024
Yxy60.33580.38350.4970
Hunter Lab77.6761-28.949043.3036
CIE-Lab82.0204-28.364966.8620

#bdd843 color RGB value is (189,216,67).

#bdd843 hex color red value is 189, green value is 216 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #bdd843 hue: 0.20 , saturation: 0.66 and the lightness value of bdd843 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 01000011
Octal 275 330 103
Decimal 189 216 67
Hex BD D8 43

RGB Percentages of Color #bdd843

%40.04
%45.76
%14.19

CMYK Percentages of Color #bdd843

%13
%0
%69
%15

Triadic Colors of #bdd843

#bdd843 #43bdd8 #d843bd

Analogous Colors of #bdd843

#bdd843 #73d843 #d8a943

Monochromatic Colors of #bdd843

#bdd843

Complementary Color

#bdd843 #5e43d8

#bdd843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd843 Color CSS Codes

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

#bdd843 Text Font Color

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

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


#bdd843 Background Color

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

This div background color is #bdd843


#bdd843 Border Color

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

This div border color is #bdd843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd843


Comments

No comments written yet.

Please login to write comment.