Color Hex Logo

#6fae30 Color Hex

#6FAE30
(111,174,48)
0 Favorites   0 Comments

Color spaces of #6fae30

RGB 11117448
HSL0.250.570.44
HSV90°72°68°
CMYK 0.360.000.72   0.32
XYZ22.225133.86508.1615
Yxy33.86500.34590.5271
Hunter Lab58.1936-33.666832.4203
CIE-Lab64.8553-40.475555.0786

#6fae30 color RGB value is (111,174,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101110 00110000
Octal 157 256 60
Decimal 111 174 48
Hex 6F AE 30

RGB Percentages of Color #6fae30

%33.33
%52.25
%14.41

CMYK Percentages of Color #6fae30

%36
%0
%72
%32

Triadic Colors of #6fae30

#6fae30 #306fae #ae306f

Analogous Colors of #6fae30

#6fae30 #30ae30 #aeae30

Monochromatic Colors of #6fae30

#6fae30

Complementary Color

#6fae30 #6f30ae

#6fae30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fae30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fae30 Color CSS Codes

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

#6fae30 Text Font Color

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

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


#6fae30 Background Color

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

This div background color is #6fae30


#6fae30 Border Color

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

This div border color is #6fae30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fae30


Comments

No comments written yet.

Please login to write comment.