Color Hex Logo

#5cb246 Color Hex

#5CB246
(92,178,70)
0 Favorites   0 Comments

Color spaces of #5cb246

RGB 9217870
HSL0.300.440.49
HSV108°61°70°
CMYK 0.480.000.61   0.30
XYZ21.439534.558311.3348
Yxy34.55830.31840.5132
Hunter Lab58.7863-37.776729.7185
CIE-Lab65.4033-46.510946.2668

#5cb246 color RGB value is (92,178,70).

#5cb246 hex color red value is 92, green value is 178 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #5cb246 hue: 0.30 , saturation: 0.44 and the lightness value of 5cb246 is 0.49.

The process color (four color CMYK) of #5cb246 color hex is 0.48, 0.00, 0.61, 0.30. Web safe color of #5cb246 is #669933. Color #5cb246 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10110010 01000110
Octal 134 262 106
Decimal 92 178 70
Hex 5C B2 46

RGB Percentages of Color #5cb246

%27.06
%52.35
%20.59

CMYK Percentages of Color #5cb246

%48
%0
%61
%30

Triadic Colors of #5cb246

#5cb246 #465cb2 #b2465c

Analogous Colors of #5cb246

#5cb246 #46b266 #92b246

Monochromatic Colors of #5cb246

#5cb246

Complementary Color

#5cb246 #9c46b2

#5cb246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb246 Color CSS Codes

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

#5cb246 Text Font Color

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

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


#5cb246 Background Color

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

This div background color is #5cb246


#5cb246 Border Color

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

This div border color is #5cb246


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,178,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cb246; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cb246;
  -webkit-box-shadow: 1px 1px 3px 2px #5cb246;
  box-shadow:         1px 1px 3px 2px #5cb246; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,178,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb246


Comments

No comments written yet.

Please login to write comment.