Color Hex Logo

#69ddaf Color Hex

#69DDAF
(105,221,175)
0 Favorites   0 Comments

Color spaces of #69ddaf

RGB 105221175
HSL0.430.630.64
HSV156°52°87°
CMYK 0.520.000.21   0.13
XYZ39.420057.811349.6385
Yxy57.81130.26840.3936
Hunter Lab76.0337-40.515014.5162
CIE-Lab80.6338-43.650312.6825

#69ddaf color RGB value is (105,221,175).

#69ddaf hex color red value is 105, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #69ddaf hue: 0.43 , saturation: 0.63 and the lightness value of 69ddaf is 0.64.

The process color (four color CMYK) of #69ddaf color hex is 0.52, 0.00, 0.21, 0.13. Web safe color of #69ddaf is #66cc99. Color #69ddaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011101 10101111
Octal 151 335 257
Decimal 105 221 175
Hex 69 DD AF

RGB Percentages of Color #69ddaf

%20.96
%44.11
%34.93

CMYK Percentages of Color #69ddaf

%52
%0
%21
%13

Triadic Colors of #69ddaf

#69ddaf #af69dd #ddaf69

Analogous Colors of #69ddaf

#69ddaf #69d1dd #69dd75

Monochromatic Colors of #69ddaf

#69ddaf

Complementary Color

#69ddaf #dd6997

#69ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ddaf Color CSS Codes

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

#69ddaf Text Font Color

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

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


#69ddaf Background Color

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

This div background color is #69ddaf


#69ddaf Border Color

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

This div border color is #69ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ddaf


Comments

No comments written yet.

Please login to write comment.