Color Hex Logo

#69c3ac Color Hex

#69C3AC
(105,195,172)
0 Favorites   0 Comments

Color spaces of #69c3ac

RGB 105195172
HSL0.460.430.59
HSV165°46°76°
CMYK 0.460.000.12   0.24
XYZ32.787245.012045.9898
Yxy45.01200.26490.3636
Hunter Lab67.0910-30.17676.3213
CIE-Lab72.8998-32.52413.2159

#69c3ac color RGB value is (105,195,172).

#69c3ac hex color red value is 105, green value is 195 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #69c3ac hue: 0.46 , saturation: 0.43 and the lightness value of 69c3ac is 0.59.

The process color (four color CMYK) of #69c3ac color hex is 0.46, 0.00, 0.12, 0.24. Web safe color of #69c3ac is #66cc99. Color #69c3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11000011 10101100
Octal 151 303 254
Decimal 105 195 172
Hex 69 C3 AC

RGB Percentages of Color #69c3ac

%22.25
%41.31
%36.44

CMYK Percentages of Color #69c3ac

%46
%0
%12
%24

Triadic Colors of #69c3ac

#69c3ac #ac69c3 #c3ac69

Analogous Colors of #69c3ac

#69c3ac #69adc3 #69c37f

Monochromatic Colors of #69c3ac

#69c3ac

Complementary Color

#69c3ac #c36980

#69c3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69c3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#69c3ac Color CSS Codes

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

#69c3ac Text Font Color

<p style="color:#69c3ac">Text here</p>

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


#69c3ac Background Color

<div style="background-color:#69c3ac">
Div content here</div>

This div background color is #69c3ac


#69c3ac Border Color

<div style="border:3px solid #69c3ac">
Div here</div>

This div border color is #69c3ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,195,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69c3ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69c3ac;
  -webkit-box-shadow: 1px 1px 3px 2px #69c3ac;
  box-shadow:         1px 1px 3px 2px #69c3ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,195,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69c3ac


Comments

No comments written yet.

Please login to write comment.