Color Hex Logo

#69ccaf Color Hex

#69CCAF
(105,204,175)
0 Favorites   0 Comments

Color spaces of #69ccaf

RGB 105204175
HSL0.450.490.61
HSV162°49°80°
CMYK 0.490.000.14   0.20
XYZ35.156449.284148.2173
Yxy49.28410.26500.3715
Hunter Lab70.2026-33.46468.4197
CIE-Lab75.6277-36.03185.5346

#69ccaf color RGB value is (105,204,175).

#69ccaf hex color red value is 105, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #69ccaf hue: 0.45 , saturation: 0.49 and the lightness value of 69ccaf is 0.61.

The process color (four color CMYK) of #69ccaf color hex is 0.49, 0.00, 0.14, 0.20. Web safe color of #69ccaf is #66cc99. Color #69ccaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001100 10101111
Octal 151 314 257
Decimal 105 204 175
Hex 69 CC AF

RGB Percentages of Color #69ccaf

%21.69
%42.15
%36.16

CMYK Percentages of Color #69ccaf

%49
%0
%14
%20

Triadic Colors of #69ccaf

#69ccaf #af69cc #ccaf69

Analogous Colors of #69ccaf

#69ccaf #69b8cc #69cc7e

Monochromatic Colors of #69ccaf

#69ccaf

Complementary Color

#69ccaf #cc6986

#69ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ccaf Color CSS Codes

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

#69ccaf Text Font Color

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

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


#69ccaf Background Color

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

This div background color is #69ccaf


#69ccaf Border Color

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

This div border color is #69ccaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,204,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 #69ccaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ccaf


Comments

No comments written yet.

Please login to write comment.