Color Hex Logo

#69bacc Color Hex

#69BACC
(105,186,204)
0 Favorites   0 Comments

Color spaces of #69bacc

RGB 105186204
HSL0.530.490.61
HSV191°49°80°
CMYK 0.490.090.00   0.20
XYZ34.283742.480763.5194
Yxy42.48070.24440.3028
Hunter Lab65.1772-20.1678-12.1579
CIE-Lab71.2011-19.9462-16.7670

#69bacc color RGB value is (105,186,204).

#69bacc hex color red value is 105, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #69bacc hue: 0.53 , saturation: 0.49 and the lightness value of 69bacc is 0.61.

The process color (four color CMYK) of #69bacc color hex is 0.49, 0.09, 0.00, 0.20. Web safe color of #69bacc is #66cccc. Color #69bacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10111010 11001100
Octal 151 272 314
Decimal 105 186 204
Hex 69 BA CC

RGB Percentages of Color #69bacc

%21.21
%37.58
%41.21

CMYK Percentages of Color #69bacc

%49
%9
%0
%20

Triadic Colors of #69bacc

#69bacc #cc69ba #bacc69

Analogous Colors of #69bacc

#69bacc #6989cc #69ccad

Monochromatic Colors of #69bacc

#69bacc

Complementary Color

#69bacc #cc7b69

#69bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#69bacc Color CSS Codes

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

#69bacc Text Font Color

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

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


#69bacc Background Color

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

This div background color is #69bacc


#69bacc Border Color

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

This div border color is #69bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69bacc

#69bacc Color Palettes


Comments

No comments written yet.

Please login to write comment.