Color Hex Logo

#69ddae Color Hex

#69DDAE
(105,221,174)
0 Favorites   0 Comments

Color spaces of #69ddae

RGB 105221174
HSL0.430.630.64
HSV156°52°87°
CMYK 0.520.000.21   0.13
XYZ39.322157.772249.1230
Yxy57.77220.26890.3951
Hunter Lab76.0080-40.668614.8873
CIE-Lab80.6120-43.865313.1796

#69ddae color RGB value is (105,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011101 10101110
Octal 151 335 256
Decimal 105 221 174
Hex 69 DD AE

RGB Percentages of Color #69ddae

%21.00
%44.20
%34.80

CMYK Percentages of Color #69ddae

%52
%0
%21
%13

Triadic Colors of #69ddae

#69ddae #ae69dd #ddae69

Analogous Colors of #69ddae

#69ddae #69d2dd #69dd74

Monochromatic Colors of #69ddae

#69ddae

Complementary Color

#69ddae #dd6998

#69ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ddae Color CSS Codes

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

#69ddae Text Font Color

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

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


#69ddae Background Color

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

This div background color is #69ddae


#69ddae Border Color

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

This div border color is #69ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ddae


Comments

No comments written yet.

Please login to write comment.