Color Hex Logo

#bdc438 Color Hex

#BDC438
(189,196,56)
0 Favorites   0 Comments

Color spaces of #bdc438

RGB 18919656
HSL0.180.560.49
HSV63°71°77°
CMYK 0.040.000.71   0.23
XYZ41.440050.584211.3210
Yxy50.58420.40100.4895
Hunter Lab71.1226-20.460440.3483
CIE-Lab76.4265-19.252165.3104

#bdc438 color RGB value is (189,196,56).

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

The process color (four color CMYK) of #bdc438 color hex is 0.04, 0.00, 0.71, 0.23. Web safe color of #bdc438 is #cccc33. Color #bdc438 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 00111000
Octal 275 304 70
Decimal 189 196 56
Hex BD C4 38

RGB Percentages of Color #bdc438

%42.86
%44.44
%12.70

CMYK Percentages of Color #bdc438

%4
%0
%71
%23

Triadic Colors of #bdc438

#bdc438 #38bdc4 #c438bd

Analogous Colors of #bdc438

#bdc438 #77c438 #c48538

Monochromatic Colors of #bdc438

#bdc438

Complementary Color

#bdc438 #3f38c4

#bdc438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc438 Color CSS Codes

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

#bdc438 Text Font Color

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

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


#bdc438 Background Color

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

This div background color is #bdc438


#bdc438 Border Color

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

This div border color is #bdc438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc438


Comments

No comments written yet.

Please login to write comment.