Color Hex Logo

#bdc236 Color Hex

#BDC236
(189,194,54)
0 Favorites   0 Comments

Color spaces of #bdc236

RGB 18919454
HSL0.170.560.49
HSV62°72°76°
CMYK 0.030.000.72   0.24
XYZ40.943949.668710.9191
Yxy49.66870.40330.4892
Hunter Lab70.4760-19.631340.1472
CIE-Lab75.8655-18.353065.4695

#bdc236 color RGB value is (189,194,54).

#bdc236 hex color red value is 189, green value is 194 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bdc236 hue: 0.17 , saturation: 0.56 and the lightness value of bdc236 is 0.49.

The process color (four color CMYK) of #bdc236 color hex is 0.03, 0.00, 0.72, 0.24. Web safe color of #bdc236 is #cccc33. Color #bdc236 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 00110110
Octal 275 302 66
Decimal 189 194 54
Hex BD C2 36

RGB Percentages of Color #bdc236

%43.25
%44.39
%12.36

CMYK Percentages of Color #bdc236

%3
%0
%72
%24

Triadic Colors of #bdc236

#bdc236 #36bdc2 #c236bd

Analogous Colors of #bdc236

#bdc236 #77c236 #c28136

Monochromatic Colors of #bdc236

#bdc236

Complementary Color

#bdc236 #3b36c2

#bdc236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc236 Color CSS Codes

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

#bdc236 Text Font Color

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

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


#bdc236 Background Color

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

This div background color is #bdc236


#bdc236 Border Color

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

This div border color is #bdc236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc236


Comments

No comments written yet.

Please login to write comment.