Color Hex Logo

#bddb57 Color Hex

#BDDB57
(189,219,87)
0 Favorites   0 Comments

Color spaces of #bddb57

RGB 18921987
HSL0.200.650.60
HSV74°60°86°
CMYK 0.140.000.60   0.14
XYZ48.038162.170018.4850
Yxy62.17000.37330.4831
Hunter Lab78.8480-29.232841.2937
CIE-Lab83.0037-28.462759.9531

#bddb57 color RGB value is (189,219,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 01010111
Octal 275 333 127
Decimal 189 219 87
Hex BD DB 57

RGB Percentages of Color #bddb57

%38.18
%44.24
%17.58

CMYK Percentages of Color #bddb57

%14
%0
%60
%14

Triadic Colors of #bddb57

#bddb57 #57bddb #db57bd

Analogous Colors of #bddb57

#bddb57 #7bdb57 #dbb757

Monochromatic Colors of #bddb57

#bddb57

Complementary Color

#bddb57 #7557db

#bddb57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb57 Color CSS Codes

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

#bddb57 Text Font Color

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

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


#bddb57 Background Color

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

This div background color is #bddb57


#bddb57 Border Color

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

This div border color is #bddb57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb57


Comments

No comments written yet.

Please login to write comment.