Color Hex Logo

#6cae31 Color Hex

#6CAE31
(108,174,49)
0 Favorites   0 Comments

Color spaces of #6cae31

RGB 10817449
HSL0.250.560.44
HSV92°72°68°
CMYK 0.380.000.72   0.32
XYZ21.874833.68208.2541
Yxy33.68200.34280.5278
Hunter Lab58.0362-34.283732.1929
CIE-Lab64.7094-41.473654.5094

#6cae31 color RGB value is (108,174,49).

#6cae31 hex color red value is 108, green value is 174 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #6cae31 hue: 0.25 , saturation: 0.56 and the lightness value of 6cae31 is 0.44.

The process color (four color CMYK) of #6cae31 color hex is 0.38, 0.00, 0.72, 0.32. Web safe color of #6cae31 is #669933. Color #6cae31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101110 00110001
Octal 154 256 61
Decimal 108 174 49
Hex 6C AE 31

RGB Percentages of Color #6cae31

%32.63
%52.57
%14.80

CMYK Percentages of Color #6cae31

%38
%0
%72
%32

Triadic Colors of #6cae31

#6cae31 #316cae #ae316c

Analogous Colors of #6cae31

#6cae31 #31ae35 #abae31

Monochromatic Colors of #6cae31

#6cae31

Complementary Color

#6cae31 #7331ae

#6cae31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cae31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cae31 Color CSS Codes

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

#6cae31 Text Font Color

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

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


#6cae31 Background Color

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

This div background color is #6cae31


#6cae31 Border Color

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

This div border color is #6cae31


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,174,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cae31; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cae31;
  -webkit-box-shadow: 1px 1px 3px 2px #6cae31;
  box-shadow:         1px 1px 3px 2px #6cae31; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,174,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cae31


Comments

No comments written yet.

Please login to write comment.