Color Hex Logo

#6beaaf Color Hex

#6BEAAF
(107,234,175)
0 Favorites   0 Comments

Color spaces of #6beaaf

RGB 107234175
HSL0.420.750.67
HSV152°54°92°
CMYK 0.540.000.25   0.08
XYZ43.224165.066650.8384
Yxy65.06660.27160.4089
Hunter Lab80.6639-45.511719.0972
CIE-Lab84.5180-48.764918.1491

#6beaaf color RGB value is (107,234,175).

#6beaaf hex color red value is 107, green value is 234 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6beaaf hue: 0.42 , saturation: 0.75 and the lightness value of 6beaaf is 0.67.

The process color (four color CMYK) of #6beaaf color hex is 0.54, 0.00, 0.25, 0.08. Web safe color of #6beaaf is #66ff99. Color #6beaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101010 10101111
Octal 153 352 257
Decimal 107 234 175
Hex 6B EA AF

RGB Percentages of Color #6beaaf

%20.74
%45.35
%33.91

CMYK Percentages of Color #6beaaf

%54
%0
%25
%8

Triadic Colors of #6beaaf

#6beaaf #af6bea #eaaf6b

Analogous Colors of #6beaaf

#6beaaf #6be6ea #6bea70

Monochromatic Colors of #6beaaf

#6beaaf

Complementary Color

#6beaaf #ea6ba6

#6beaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6beaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6beaaf Color CSS Codes

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

#6beaaf Text Font Color

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

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


#6beaaf Background Color

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

This div background color is #6beaaf


#6beaaf Border Color

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

This div border color is #6beaaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,234,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 #6beaaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6beaaf


Comments

No comments written yet.

Please login to write comment.