Color Hex Logo

#69babc Color Hex

#69BABC
(105,186,188)
0 Favorites   0 Comments

Color spaces of #69babc

RGB 105186188
HSL0.500.380.57
HSV181°44°74°
CMYK 0.440.010.00   0.26
XYZ32.461741.751953.9250
Yxy41.75190.25330.3258
Hunter Lab64.6157-23.4025-4.2494
CIE-Lab70.6995-24.2045-8.7546

#69babc color RGB value is (105,186,188).

#69babc hex color red value is 105, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #69babc hue: 0.50 , saturation: 0.38 and the lightness value of 69babc is 0.57.

The process color (four color CMYK) of #69babc color hex is 0.44, 0.01, 0.00, 0.26. Web safe color of #69babc is #66cccc. Color #69babc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111010 10111100
Octal 151 272 274
Decimal 105 186 188
Hex 69 BA BC

RGB Percentages of Color #69babc

%21.92
%38.83
%39.25

CMYK Percentages of Color #69babc

%44
%1
%0
%26

Triadic Colors of #69babc

#69babc #bc69ba #babc69

Analogous Colors of #69babc

#69babc #6991bc #69bc95

Monochromatic Colors of #69babc

#69babc

Complementary Color

#69babc #bc6b69

#69babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69babc Color CSS Codes

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

#69babc Text Font Color

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

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


#69babc Background Color

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

This div background color is #69babc


#69babc Border Color

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

This div border color is #69babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69babc


Comments

No comments written yet.

Please login to write comment.