Color Hex Logo

#69daaf Color Hex

#69DAAF
(105,218,175)
0 Favorites   0 Comments

Color spaces of #69daaf

RGB 105218175
HSL0.440.600.63
HSV157°52°85°
CMYK 0.520.000.20   0.15
XYZ38.635056.241249.3768
Yxy56.24120.26780.3899
Hunter Lab74.9941-39.281213.4588
CIE-Lab79.7509-42.336611.4312

#69daaf color RGB value is (105,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011010 10101111
Octal 151 332 257
Decimal 105 218 175
Hex 69 DA AF

RGB Percentages of Color #69daaf

%21.08
%43.78
%35.14

CMYK Percentages of Color #69daaf

%52
%0
%20
%15

Triadic Colors of #69daaf

#69daaf #af69da #daaf69

Analogous Colors of #69daaf

#69daaf #69cdda #69da77

Monochromatic Colors of #69daaf

#69daaf

Complementary Color

#69daaf #da6994

#69daaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69daaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#69daaf Color CSS Codes

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

#69daaf Text Font Color

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

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


#69daaf Background Color

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

This div background color is #69daaf


#69daaf Border Color

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

This div border color is #69daaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69daaf


Comments

No comments written yet.

Please login to write comment.