Color Hex Logo

#69bdae Color Hex

#69BDAE
(105,189,174)
0 Favorites   0 Comments

Color spaces of #69bdae

RGB 105189174
HSL0.470.390.58
HSV169°44°74°
CMYK 0.440.000.08   0.26
XYZ31.663342.454446.5701
Yxy42.45440.26240.3518
Hunter Lab65.1570-27.28213.2332
CIE-Lab71.1831-29.1780-0.3725

#69bdae color RGB value is (105,189,174).

#69bdae hex color red value is 105, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #69bdae hue: 0.47 , saturation: 0.39 and the lightness value of 69bdae is 0.58.

The process color (four color CMYK) of #69bdae color hex is 0.44, 0.00, 0.08, 0.26. Web safe color of #69bdae is #66cc99. Color #69bdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111101 10101110
Octal 151 275 256
Decimal 105 189 174
Hex 69 BD AE

RGB Percentages of Color #69bdae

%22.44
%40.38
%37.18

CMYK Percentages of Color #69bdae

%44
%0
%8
%26

Triadic Colors of #69bdae

#69bdae #ae69bd #bdae69

Analogous Colors of #69bdae

#69bdae #69a2bd #69bd84

Monochromatic Colors of #69bdae

#69bdae

Complementary Color

#69bdae #bd6978

#69bdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bdae Color CSS Codes

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

#69bdae Text Font Color

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

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


#69bdae Background Color

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

This div background color is #69bdae


#69bdae Border Color

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

This div border color is #69bdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bdae


Comments

No comments written yet.

Please login to write comment.