Color Hex Logo

#69dbac Color Hex

#69DBAC
(105,219,172)
0 Favorites   0 Comments

Color spaces of #69dbac

RGB 105219172
HSL0.430.610.64
HSV155°52°86°
CMYK 0.520.000.21   0.14
XYZ38.603656.644947.9287
Yxy56.64490.26960.3956
Hunter Lab75.2628-40.154214.9270
CIE-Lab79.9795-43.422113.3424

#69dbac color RGB value is (105,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011011 10101100
Octal 151 333 254
Decimal 105 219 172
Hex 69 DB AC

RGB Percentages of Color #69dbac

%21.17
%44.15
%34.68

CMYK Percentages of Color #69dbac

%52
%0
%21
%14

Triadic Colors of #69dbac

#69dbac #ac69db #dbac69

Analogous Colors of #69dbac

#69dbac #69d1db #69db73

Monochromatic Colors of #69dbac

#69dbac

Complementary Color

#69dbac #db6998

#69dbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69dbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#69dbac Color CSS Codes

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

#69dbac Text Font Color

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

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


#69dbac Background Color

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

This div background color is #69dbac


#69dbac Border Color

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

This div border color is #69dbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69dbac


Comments

No comments written yet.

Please login to write comment.