Color Hex Logo

#bddb54 Color Hex

#BDDB54
(189,219,84)
0 Favorites   0 Comments

Color spaces of #bddb54

RGB 18921984
HSL0.200.650.59
HSV73°62°86°
CMYK 0.140.000.62   0.14
XYZ47.918062.121917.8527
Yxy62.12190.37470.4857
Hunter Lab78.8174-29.409341.7426
CIE-Lab82.9782-28.684861.1864

#bddb54 color RGB value is (189,219,84).

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

The process color (four color CMYK) of #bddb54 color hex is 0.14, 0.00, 0.62, 0.14. Web safe color of #bddb54 is #cccc66. Color #bddb54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 01010100
Octal 275 333 124
Decimal 189 219 84
Hex BD DB 54

RGB Percentages of Color #bddb54

%38.41
%44.51
%17.07

CMYK Percentages of Color #bddb54

%14
%0
%62
%14

Triadic Colors of #bddb54

#bddb54 #54bddb #db54bd

Analogous Colors of #bddb54

#bddb54 #7adb54 #dbb654

Monochromatic Colors of #bddb54

#bddb54

Complementary Color

#bddb54 #7254db

#bddb54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb54 Color CSS Codes

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

#bddb54 Text Font Color

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

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


#bddb54 Background Color

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

This div background color is #bddb54


#bddb54 Border Color

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

This div border color is #bddb54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb54


Comments

No comments written yet.

Please login to write comment.