Color Hex Logo

#6acace Color Hex

#6ACACE
(106,202,206)
0 Favorites   0 Comments

Color spaces of #6acace

RGB 106202206
HSL0.510.510.61
HSV182°49°81°
CMYK 0.490.020.00   0.19
XYZ38.205049.761565.9838
Yxy49.76150.24820.3232
Hunter Lab70.5418-26.7738-6.0797
CIE-Lab75.9226-27.2147-10.7603

#6acace color RGB value is (106,202,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001010 11001110
Octal 152 312 316
Decimal 106 202 206
Hex 6A CA CE

RGB Percentages of Color #6acace

%20.62
%39.30
%40.08

CMYK Percentages of Color #6acace

%49
%2
%0
%19

Triadic Colors of #6acace

#6acace #ce6aca #cace6a

Analogous Colors of #6acace

#6acace #6a98ce #6acea0

Monochromatic Colors of #6acace

#6acace

Complementary Color

#6acace #ce6e6a

#6acace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acace Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acace Color CSS Codes

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

#6acace Text Font Color

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

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


#6acace Background Color

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

This div background color is #6acace


#6acace Border Color

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

This div border color is #6acace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,202,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acace


Comments

No comments written yet.

Please login to write comment.