Color Hex Logo

#bdc135 Color Hex

#BDC135
(189,193,53)
0 Favorites   0 Comments

Color spaces of #bdc135

RGB 18919353
HSL0.170.570.48
HSV62°73°76°
CMYK 0.020.000.73   0.24
XYZ40.698849.215810.7227
Yxy49.21580.40440.4890
Hunter Lab70.1540-19.215340.0456
CIE-Lab75.5854-17.900865.5471

#bdc135 color RGB value is (189,193,53).

#bdc135 hex color red value is 189, green value is 193 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #bdc135 hue: 0.17 , saturation: 0.57 and the lightness value of bdc135 is 0.48.

The process color (four color CMYK) of #bdc135 color hex is 0.02, 0.00, 0.73, 0.24. Web safe color of #bdc135 is #cccc33. Color #bdc135 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 00110101
Octal 275 301 65
Decimal 189 193 53
Hex BD C1 35

RGB Percentages of Color #bdc135

%43.45
%44.37
%12.18

CMYK Percentages of Color #bdc135

%2
%0
%73
%24

Triadic Colors of #bdc135

#bdc135 #35bdc1 #c135bd

Analogous Colors of #bdc135

#bdc135 #77c135 #c17f35

Monochromatic Colors of #bdc135

#bdc135

Complementary Color

#bdc135 #3935c1

#bdc135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc135 Color CSS Codes

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

#bdc135 Text Font Color

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

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


#bdc135 Background Color

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

This div background color is #bdc135


#bdc135 Border Color

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

This div border color is #bdc135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc135


Comments

No comments written yet.

Please login to write comment.