Color Hex Logo

#bdcc53 Color Hex

#BDCC53
(189,204,83)
0 Favorites   0 Comments

Color spaces of #bdcc53

RGB 18920483
HSL0.190.540.56
HSV67°59°80°
CMYK 0.070.000.59   0.20
XYZ44.140554.629116.4016
Yxy54.62910.38330.4743
Hunter Lab73.9115-22.743638.5811
CIE-Lab78.8271-21.536957.0795

#bdcc53 color RGB value is (189,204,83).

#bdcc53 hex color red value is 189, green value is 204 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bdcc53 hue: 0.19 , saturation: 0.54 and the lightness value of bdcc53 is 0.56.

The process color (four color CMYK) of #bdcc53 color hex is 0.07, 0.00, 0.59, 0.20. Web safe color of #bdcc53 is #cccc66. Color #bdcc53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 01010011
Octal 275 314 123
Decimal 189 204 83
Hex BD CC 53

RGB Percentages of Color #bdcc53

%39.71
%42.86
%17.44

CMYK Percentages of Color #bdcc53

%7
%0
%59
%20

Triadic Colors of #bdcc53

#bdcc53 #53bdcc #cc53bd

Analogous Colors of #bdcc53

#bdcc53 #81cc53 #cc9f53

Monochromatic Colors of #bdcc53

#bdcc53

Complementary Color

#bdcc53 #6253cc

#bdcc53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcc53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcc53 Color CSS Codes

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

#bdcc53 Text Font Color

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

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


#bdcc53 Background Color

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

This div background color is #bdcc53


#bdcc53 Border Color

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

This div border color is #bdcc53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcc53


Comments

No comments written yet.

Please login to write comment.