Color Hex Logo

#69afde Color Hex

#69AFDE
(105,175,222)
0 Favorites   0 Comments

Color spaces of #69afde

RGB 105175222
HSL0.570.640.64
HSV204°53°87°
CMYK 0.530.210.00   0.13
XYZ34.340538.937174.8129
Yxy38.93710.23190.2629
Hunter Lab62.3996-10.9650-27.4050
CIE-Lab68.7057-8.9937-30.4384

#69afde color RGB value is (105,175,222).

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

The process color (four color CMYK) of #69afde color hex is 0.53, 0.21, 0.00, 0.13. Web safe color of #69afde is #6699cc. Color #69afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101111 11011110
Octal 151 257 336
Decimal 105 175 222
Hex 69 AF DE

RGB Percentages of Color #69afde

%20.92
%34.86
%44.22

CMYK Percentages of Color #69afde

%53
%21
%0
%13

Triadic Colors of #69afde

#69afde #de69af #afde69

Analogous Colors of #69afde

#69afde #6975de #69ded3

Monochromatic Colors of #69afde

#69afde

Complementary Color

#69afde #de9869

#69afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#69afde Color CSS Codes

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

#69afde Text Font Color

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

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


#69afde Background Color

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

This div background color is #69afde


#69afde Border Color

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

This div border color is #69afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69afde


Comments

No comments written yet.

Please login to write comment.