Color Hex Logo

#bdc362 Color Hex

#BDC362
(189,195,98)
0 Favorites   0 Comments

Color spaces of #bdc362

RGB 18919598
HSL0.180.450.57
HSV64°50°76°
CMYK 0.030.000.50   0.24
XYZ42.706050.730919.0965
Yxy50.73090.37950.4508
Hunter Lab71.2256-17.618533.9615
CIE-Lab76.5157-15.814647.5589

#bdc362 color RGB value is (189,195,98).

#bdc362 hex color red value is 189, green value is 195 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bdc362 hue: 0.18 , saturation: 0.45 and the lightness value of bdc362 is 0.57.

The process color (four color CMYK) of #bdc362 color hex is 0.03, 0.00, 0.50, 0.24. Web safe color of #bdc362 is #cccc66. Color #bdc362 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 01100010
Octal 275 303 142
Decimal 189 195 98
Hex BD C3 62

RGB Percentages of Color #bdc362

%39.21
%40.46
%20.33

CMYK Percentages of Color #bdc362

%3
%0
%50
%24

Triadic Colors of #bdc362

#bdc362 #62bdc3 #c362bd

Analogous Colors of #bdc362

#bdc362 #8dc362 #c39962

Monochromatic Colors of #bdc362

#bdc362

Complementary Color

#bdc362 #6862c3

#bdc362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc362 Color CSS Codes

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

#bdc362 Text Font Color

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

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


#bdc362 Background Color

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

This div background color is #bdc362


#bdc362 Border Color

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

This div border color is #bdc362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc362


Comments

No comments written yet.

Please login to write comment.