Color Hex Logo

#bdc517 Color Hex

#BDC517
(189,197,23)
0 Favorites   0 Comments

Color spaces of #bdc517

RGB 18919723
HSL0.170.790.43
HSV63°88°77°
CMYK 0.040.000.88   0.23
XYZ41.107250.81328.4520
Yxy50.81320.40950.5062
Hunter Lab71.2834-21.809842.8684
CIE-Lab76.5657-20.870074.2802

#bdc517 color RGB value is (189,197,23).

#bdc517 hex color red value is 189, green value is 197 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bdc517 hue: 0.17 , saturation: 0.79 and the lightness value of bdc517 is 0.43.

The process color (four color CMYK) of #bdc517 color hex is 0.04, 0.00, 0.88, 0.23. Web safe color of #bdc517 is #cccc00. Color #bdc517 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 00010111
Octal 275 305 27
Decimal 189 197 23
Hex BD C5 17

RGB Percentages of Color #bdc517

%46.21
%48.17
%5.62

CMYK Percentages of Color #bdc517

%4
%0
%88
%23

Triadic Colors of #bdc517

#bdc517 #17bdc5 #c517bd

Analogous Colors of #bdc517

#bdc517 #66c517 #c57617

Monochromatic Colors of #bdc517

#bdc517

Complementary Color

#bdc517 #1f17c5

#bdc517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc517 Color CSS Codes

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

#bdc517 Text Font Color

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

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


#bdc517 Background Color

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

This div background color is #bdc517


#bdc517 Border Color

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

This div border color is #bdc517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc517


Comments

No comments written yet.

Please login to write comment.