Color Hex Logo

#69afba Color Hex

#69AFBA
(105,175,186)
0 Favorites   0 Comments

Color spaces of #69afba

RGB 105175186
HSL0.520.370.57
HSV188°44°73°
CMYK 0.440.060.00   0.27
XYZ30.018637.208452.0542
Yxy37.20840.25170.3119
Hunter Lab60.9987-18.9045-7.8970
CIE-Lab67.4331-19.1226-12.5349

#69afba color RGB value is (105,175,186).

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

The process color (four color CMYK) of #69afba color hex is 0.44, 0.06, 0.00, 0.27. Web safe color of #69afba is #6699cc. Color #69afba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101111 10111010
Octal 151 257 272
Decimal 105 175 186
Hex 69 AF BA

RGB Percentages of Color #69afba

%22.53
%37.55
%39.91

CMYK Percentages of Color #69afba

%44
%6
%0
%27

Triadic Colors of #69afba

#69afba #ba69af #afba69

Analogous Colors of #69afba

#69afba #6987ba #69ba9d

Monochromatic Colors of #69afba

#69afba

Complementary Color

#69afba #ba7469

#69afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#69afba Color CSS Codes

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

#69afba Text Font Color

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

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


#69afba Background Color

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

This div background color is #69afba


#69afba Border Color

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

This div border color is #69afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69afba


Comments

No comments written yet.

Please login to write comment.