Color Hex Logo

#bdda57 Color Hex

#BDDA57
(189,218,87)
2 Favorites   0 Comments

Color spaces of #bdda57

RGB 18921887
HSL0.200.640.60
HSV73°60°85°
CMYK 0.130.000.60   0.15
XYZ47.778061.649718.3983
Yxy61.64970.37380.4823
Hunter Lab78.5173-28.787641.0692
CIE-Lab82.7268-27.989159.6490

#bdda57 color RGB value is (189,218,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 01010111
Octal 275 332 127
Decimal 189 218 87
Hex BD DA 57

RGB Percentages of Color #bdda57

%38.26
%44.13
%17.61

CMYK Percentages of Color #bdda57

%13
%0
%60
%15

Triadic Colors of #bdda57

#bdda57 #57bdda #da57bd

Analogous Colors of #bdda57

#bdda57 #7cda57 #dab657

Monochromatic Colors of #bdda57

#bdda57

Complementary Color

#bdda57 #7457da

#bdda57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdda57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdda57 Color CSS Codes

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

#bdda57 Text Font Color

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

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


#bdda57 Background Color

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

This div background color is #bdda57


#bdda57 Border Color

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

This div border color is #bdda57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdda57

#bdda57 Color Palettes


Comments

No comments written yet.

Please login to write comment.