Color Hex Logo

#bdd454 Color Hex

#BDD454
(189,212,84)
0 Favorites   0 Comments

Color spaces of #bdd454

RGB 18921284
HSL0.200.600.58
HSV71°60°83°
CMYK 0.110.000.60   0.17
XYZ46.130058.545917.2567
Yxy58.54590.37830.4801
Hunter Lab76.5153-26.286640.1889
CIE-Lab81.0413-25.348859.0790

#bdd454 color RGB value is (189,212,84).

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

The process color (four color CMYK) of #bdd454 color hex is 0.11, 0.00, 0.60, 0.17. Web safe color of #bdd454 is #cccc66. Color #bdd454 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 01010100
Octal 275 324 124
Decimal 189 212 84
Hex BD D4 54

RGB Percentages of Color #bdd454

%38.97
%43.71
%17.32

CMYK Percentages of Color #bdd454

%11
%0
%60
%17

Triadic Colors of #bdd454

#bdd454 #54bdd4 #d454bd

Analogous Colors of #bdd454

#bdd454 #7dd454 #d4ab54

Monochromatic Colors of #bdd454

#bdd454

Complementary Color

#bdd454 #6b54d4

#bdd454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd454 Color CSS Codes

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

#bdd454 Text Font Color

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

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


#bdd454 Background Color

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

This div background color is #bdd454


#bdd454 Border Color

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

This div border color is #bdd454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd454


Comments

No comments written yet.

Please login to write comment.