Color Hex Logo

#69babd Color Hex

#69BABD
(105,186,189)
0 Favorites   0 Comments

Color spaces of #69babd

RGB 105186189
HSL0.510.390.58
HSV182°44°74°
CMYK 0.440.020.00   0.26
XYZ32.569941.795254.4948
Yxy41.79520.25280.3243
Hunter Lab64.6492-23.2088-4.7229
CIE-Lab70.7295-23.9458-9.2583

#69babd color RGB value is (105,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111010 10111101
Octal 151 272 275
Decimal 105 186 189
Hex 69 BA BD

RGB Percentages of Color #69babd

%21.88
%38.75
%39.38

CMYK Percentages of Color #69babd

%44
%2
%0
%26

Triadic Colors of #69babd

#69babd #bd69ba #babd69

Analogous Colors of #69babd

#69babd #6990bd #69bd96

Monochromatic Colors of #69babd

#69babd

Complementary Color

#69babd #bd6c69

#69babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69babd Color CSS Codes

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

#69babd Text Font Color

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

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


#69babd Background Color

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

This div background color is #69babd


#69babd Border Color

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

This div border color is #69babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69babd


Comments

No comments written yet.

Please login to write comment.