Color Hex Logo

#69abbf Color Hex

#69ABBF
(105,171,191)
0 Favorites   0 Comments

Color spaces of #69abbf

RGB 105171191
HSL0.540.400.58
HSV194°45°75°
CMYK 0.450.100.00   0.25
XYZ29.792635.890754.6476
Yxy35.89070.24760.2983
Hunter Lab59.9088-16.0726-12.1469
CIE-Lab66.4363-15.6829-16.8086

#69abbf color RGB value is (105,171,191).

#69abbf hex color red value is 105, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #69abbf hue: 0.54 , saturation: 0.40 and the lightness value of 69abbf is 0.58.

The process color (four color CMYK) of #69abbf color hex is 0.45, 0.10, 0.00, 0.25. Web safe color of #69abbf is #6699cc. Color #69abbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101011 10111111
Octal 151 253 277
Decimal 105 171 191
Hex 69 AB BF

RGB Percentages of Color #69abbf

%22.48
%36.62
%40.90

CMYK Percentages of Color #69abbf

%45
%10
%0
%25

Triadic Colors of #69abbf

#69abbf #bf69ab #abbf69

Analogous Colors of #69abbf

#69abbf #6980bf #69bfa8

Monochromatic Colors of #69abbf

#69abbf

Complementary Color

#69abbf #bf7d69

#69abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#69abbf Color CSS Codes

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

#69abbf Text Font Color

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

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


#69abbf Background Color

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

This div background color is #69abbf


#69abbf Border Color

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

This div border color is #69abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69abbf


Comments

No comments written yet.

Please login to write comment.