Color Hex Logo

#6effaf Color Hex

#6EFFAF
(110,255,175)
0 Favorites   0 Comments

Color spaces of #6effaf

RGB 110255175
HSL0.411.000.72
HSV147°57°100°
CMYK 0.570.000.31   0.00
XYZ49.928377.930152.9680
Yxy77.93010.27610.4310
Hunter Lab88.2780-53.530526.2198
CIE-Lab90.7480-56.686426.7534

#6effaf color RGB value is (110,255,175).

#6effaf hex color red value is 110, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6effaf hue: 0.41 , saturation: 1.00 and the lightness value of 6effaf is 0.72.

The process color (four color CMYK) of #6effaf color hex is 0.57, 0.00, 0.31, 0.00. Web safe color of #6effaf is #66ff99. Color #6effaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111111 10101111
Octal 156 377 257
Decimal 110 255 175
Hex 6E FF AF

RGB Percentages of Color #6effaf

%20.37
%47.22
%32.41

CMYK Percentages of Color #6effaf

%57
%0
%31
%0

Triadic Colors of #6effaf

#6effaf #af6eff #ffaf6e

Analogous Colors of #6effaf

#6effaf #6efff8 #76ff6e

Monochromatic Colors of #6effaf

#6effaf

Complementary Color

#6effaf #ff6ebe

#6effaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6effaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6effaf Color CSS Codes

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

#6effaf Text Font Color

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

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


#6effaf Background Color

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

This div background color is #6effaf


#6effaf Border Color

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

This div border color is #6effaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6effaf

Related Colors


Comments

No comments written yet.

Please login to write comment.