Color Hex Logo

#6fe5bc Color Hex

#6FE5BC
(111,229,188)
0 Favorites   0 Comments

Color spaces of #6fe5bc

RGB 111229188
HSL0.440.690.67
HSV159°52°90°
CMYK 0.520.000.18   0.10
XYZ43.652063.049057.4459
Yxy63.04900.26590.3841
Hunter Lab79.4034-40.825612.6879
CIE-Lab83.4682-42.97499.8888

#6fe5bc color RGB value is (111,229,188).

#6fe5bc hex color red value is 111, green value is 229 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6fe5bc hue: 0.44 , saturation: 0.69 and the lightness value of 6fe5bc is 0.67.

The process color (four color CMYK) of #6fe5bc color hex is 0.52, 0.00, 0.18, 0.10. Web safe color of #6fe5bc is #66cccc. Color #6fe5bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11100101 10111100
Octal 157 345 274
Decimal 111 229 188
Hex 6F E5 BC

RGB Percentages of Color #6fe5bc

%21.02
%43.37
%35.61

CMYK Percentages of Color #6fe5bc

%52
%0
%18
%10

Triadic Colors of #6fe5bc

#6fe5bc #bc6fe5 #e5bc6f

Analogous Colors of #6fe5bc

#6fe5bc #6fd3e5 #6fe581

Monochromatic Colors of #6fe5bc

#6fe5bc

Complementary Color

#6fe5bc #e56f98

#6fe5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fe5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fe5bc Color CSS Codes

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

#6fe5bc Text Font Color

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

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


#6fe5bc Background Color

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

This div background color is #6fe5bc


#6fe5bc Border Color

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

This div border color is #6fe5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fe5bc


Comments

No comments written yet.

Please login to write comment.