Color Hex Logo

#6bd675 Color Hex

#6BD675
(107,214,117)
0 Favorites   0 Comments

Color spaces of #6bd675

RGB 107214117
HSL0.350.570.63
HSV126°50°84°
CMYK 0.500.000.45   0.16
XYZ33.320952.503325.2076
Yxy52.50330.30010.4729
Hunter Lab72.4592-44.718930.0952
CIE-Lab77.5808-50.808538.5400

#6bd675 color RGB value is (107,214,117).

#6bd675 hex color red value is 107, green value is 214 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #6bd675 hue: 0.35 , saturation: 0.57 and the lightness value of 6bd675 is 0.63.

The process color (four color CMYK) of #6bd675 color hex is 0.50, 0.00, 0.45, 0.16. Web safe color of #6bd675 is #66cc66. Color #6bd675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11010110 01110101
Octal 153 326 165
Decimal 107 214 117
Hex 6B D6 75

RGB Percentages of Color #6bd675

%24.43
%48.86
%26.71

CMYK Percentages of Color #6bd675

%50
%0
%45
%16

Triadic Colors of #6bd675

#6bd675 #756bd6 #d6756b

Analogous Colors of #6bd675

#6bd675 #6bd6ab #97d66b

Monochromatic Colors of #6bd675

#6bd675

Complementary Color

#6bd675 #d66bcc

#6bd675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bd675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bd675 Color CSS Codes

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

#6bd675 Text Font Color

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

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


#6bd675 Background Color

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

This div background color is #6bd675


#6bd675 Border Color

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

This div border color is #6bd675


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,214,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bd675; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bd675;
  -webkit-box-shadow: 1px 1px 3px 2px #6bd675;
  box-shadow:         1px 1px 3px 2px #6bd675; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,214,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bd675


Comments

No comments written yet.

Please login to write comment.