Color Hex Logo

#bdc711 Color Hex

#BDC711
(189,199,17)
0 Favorites   0 Comments

Color spaces of #bdc711

RGB 18919917
HSL0.180.840.42
HSV63°91°78°
CMYK 0.050.000.91   0.22
XYZ41.510951.70618.3227
Yxy51.70610.40880.5092
Hunter Lab71.9070-22.791643.4725
CIE-Lab77.1048-21.959775.6469

#bdc711 color RGB value is (189,199,17).

#bdc711 hex color red value is 189, green value is 199 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #bdc711 hue: 0.18 , saturation: 0.84 and the lightness value of bdc711 is 0.42.

The process color (four color CMYK) of #bdc711 color hex is 0.05, 0.00, 0.91, 0.22. Web safe color of #bdc711 is #cccc00. Color #bdc711 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 00010001
Octal 275 307 21
Decimal 189 199 17
Hex BD C7 11

RGB Percentages of Color #bdc711

%46.67
%49.14
%4.20

CMYK Percentages of Color #bdc711

%5
%0
%91
%22

Triadic Colors of #bdc711

#bdc711 #11bdc7 #c711bd

Analogous Colors of #bdc711

#bdc711 #62c711 #c77611

Monochromatic Colors of #bdc711

#bdc711

Complementary Color

#bdc711 #1b11c7

#bdc711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc711 Color CSS Codes

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

#bdc711 Text Font Color

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

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


#bdc711 Background Color

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

This div background color is #bdc711


#bdc711 Border Color

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

This div border color is #bdc711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc711


Comments

No comments written yet.

Please login to write comment.