Color Hex Logo

#6caf0f Color Hex

#6CAF0F
(108,175,15)
0 Favorites   0 Comments

Color spaces of #6caf0f

RGB 10817515
HSL0.240.840.37
HSV85°91°69°
CMYK 0.380.000.91   0.31
XYZ21.600533.88265.8535
Yxy33.88260.35220.5524
Hunter Lab58.2088-35.626434.7839
CIE-Lab64.8693-43.449063.9469

#6caf0f color RGB value is (108,175,15).

#6caf0f hex color red value is 108, green value is 175 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #6caf0f hue: 0.24 , saturation: 0.84 and the lightness value of 6caf0f is 0.37.

The process color (four color CMYK) of #6caf0f color hex is 0.38, 0.00, 0.91, 0.31. Web safe color of #6caf0f is #669900. Color #6caf0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101111 00001111
Octal 154 257 17
Decimal 108 175 15
Hex 6C AF F

RGB Percentages of Color #6caf0f

%36.24
%58.72
%5.03

CMYK Percentages of Color #6caf0f

%38
%0
%91
%31

Triadic Colors of #6caf0f

#6caf0f #0f6caf #af0f6c

Analogous Colors of #6caf0f

#6caf0f #1caf0f #afa20f

Monochromatic Colors of #6caf0f

#6caf0f

Complementary Color

#6caf0f #520faf

#6caf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caf0f Color CSS Codes

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

#6caf0f Text Font Color

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

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


#6caf0f Background Color

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

This div background color is #6caf0f


#6caf0f Border Color

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

This div border color is #6caf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caf0f


Comments

No comments written yet.

Please login to write comment.