Color Hex Logo

#6beacf Color Hex

#6BEACF
(107,234,207)
0 Favorites   0 Comments

Color spaces of #6beacf

RGB 107234207
HSL0.460.750.67
HSV167°54°92°
CMYK 0.540.000.12   0.08
XYZ46.748766.476469.3988
Yxy66.47640.25600.3640
Hunter Lab81.5331-40.33616.6071
CIE-Lab85.2388-41.69262.4313

#6beacf color RGB value is (107,234,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101010 11001111
Octal 153 352 317
Decimal 107 234 207
Hex 6B EA CF

RGB Percentages of Color #6beacf

%19.53
%42.70
%37.77

CMYK Percentages of Color #6beacf

%54
%0
%12
%8

Triadic Colors of #6beacf

#6beacf #cf6bea #eacf6b

Analogous Colors of #6beacf

#6beacf #6bc6ea #6bea90

Monochromatic Colors of #6beacf

#6beacf

Complementary Color

#6beacf #ea6b86

#6beacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6beacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6beacf Color CSS Codes

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

#6beacf Text Font Color

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

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


#6beacf Background Color

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

This div background color is #6beacf


#6beacf Border Color

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

This div border color is #6beacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6beacf


Comments

No comments written yet.

Please login to write comment.