Color Hex Logo

#69abb2 Color Hex

#69ABB2
(105,171,178)
0 Favorites   0 Comments

Color spaces of #69abb2

RGB 105171178
HSL0.520.320.55
HSV186°41°70°
CMYK 0.410.040.00   0.30
XYZ28.424535.343447.4433
Yxy35.34340.25560.3178
Hunter Lab59.4503-18.6933-5.7001
CIE-Lab66.0152-19.1481-10.2187

#69abb2 color RGB value is (105,171,178).

#69abb2 hex color red value is 105, green value is 171 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #69abb2 hue: 0.52 , saturation: 0.32 and the lightness value of 69abb2 is 0.55.

The process color (four color CMYK) of #69abb2 color hex is 0.41, 0.04, 0.00, 0.30. Web safe color of #69abb2 is #669999. Color #69abb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101011 10110010
Octal 151 253 262
Decimal 105 171 178
Hex 69 AB B2

RGB Percentages of Color #69abb2

%23.13
%37.67
%39.21

CMYK Percentages of Color #69abb2

%41
%4
%0
%30

Triadic Colors of #69abb2

#69abb2 #b269ab #abb269

Analogous Colors of #69abb2

#69abb2 #6987b2 #69b295

Monochromatic Colors of #69abb2

#69abb2

Complementary Color

#69abb2 #b27069

#69abb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69abb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#69abb2 Color CSS Codes

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

#69abb2 Text Font Color

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

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


#69abb2 Background Color

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

This div background color is #69abb2


#69abb2 Border Color

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

This div border color is #69abb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69abb2

#69abb2 Color Palettes


Comments

No comments written yet.

Please login to write comment.