Color Hex Logo

#b6cd3f Color Hex

#B6CD3F
(182,205,63)
0 Favorites   0 Comments

Color spaces of #b6cd3f

RGB 18220563
HSL0.190.590.53
HSV70°69°80°
CMYK 0.110.000.69   0.20
XYZ42.019953.966612.9045
Yxy53.96660.38590.4956
Hunter Lab73.4620-26.457341.0084
CIE-Lab78.4423-26.180564.5910

#b6cd3f color RGB value is (182,205,63).

#b6cd3f hex color red value is 182, green value is 205 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b6cd3f hue: 0.19 , saturation: 0.59 and the lightness value of b6cd3f is 0.53.

The process color (four color CMYK) of #b6cd3f color hex is 0.11, 0.00, 0.69, 0.20. Web safe color of #b6cd3f is #cccc33. Color #b6cd3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001101 00111111
Octal 266 315 77
Decimal 182 205 63
Hex B6 CD 3F

RGB Percentages of Color #b6cd3f

%40.44
%45.56
%14.00

CMYK Percentages of Color #b6cd3f

%11
%0
%69
%20

Triadic Colors of #b6cd3f

#b6cd3f #3fb6cd #cd3fb6

Analogous Colors of #b6cd3f

#b6cd3f #6fcd3f #cd9d3f

Monochromatic Colors of #b6cd3f

#b6cd3f

Complementary Color

#b6cd3f #563fcd

#b6cd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cd3f Color CSS Codes

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

#b6cd3f Text Font Color

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

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


#b6cd3f Background Color

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

This div background color is #b6cd3f


#b6cd3f Border Color

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

This div border color is #b6cd3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,205,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6cd3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6cd3f;
  -webkit-box-shadow: 1px 1px 3px 2px #b6cd3f;
  box-shadow:         1px 1px 3px 2px #b6cd3f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,205,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cd3f


Comments

No comments written yet.

Please login to write comment.