Color Hex Logo

#6acecf Color Hex

#6ACECF
(106,206,207)
0 Favorites   0 Comments

Color spaces of #6acecf

RGB 106206207
HSL0.500.510.61
HSV181°49°81°
CMYK 0.490.000.00   0.19
XYZ39.277651.711866.9427
Yxy51.71180.24870.3274
Hunter Lab71.9109-28.3478-4.8561
CIE-Lab77.1082-28.9034-9.5321

#6acecf color RGB value is (106,206,207).

#6acecf hex color red value is 106, green value is 206 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6acecf hue: 0.50 , saturation: 0.51 and the lightness value of 6acecf is 0.61.

The process color (four color CMYK) of #6acecf color hex is 0.49, 0.00, 0.00, 0.19. Web safe color of #6acecf is #66cccc. Color #6acecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001110 11001111
Octal 152 316 317
Decimal 106 206 207
Hex 6A CE CF

RGB Percentages of Color #6acecf

%20.42
%39.69
%39.88

CMYK Percentages of Color #6acecf

%49
%0
%0
%19

Triadic Colors of #6acecf

#6acecf #cf6ace #cecf6a

Analogous Colors of #6acecf

#6acecf #6a9ccf #6acf9e

Monochromatic Colors of #6acecf

#6acecf

Complementary Color

#6acecf #cf6b6a

#6acecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acecf Color CSS Codes

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

#6acecf Text Font Color

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

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


#6acecf Background Color

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

This div background color is #6acecf


#6acecf Border Color

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

This div border color is #6acecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acecf


Comments

No comments written yet.

Please login to write comment.