Color Hex Logo

#69abfe Color Hex

#69ABFE
(105,171,254)
0 Favorites   0 Comments

Color spaces of #69abfe

RGB 105171254
HSL0.590.990.70
HSV213°59°100°
CMYK 0.590.330.00   0.00
XYZ38.278039.284899.3312
Yxy39.28480.21640.2221
Hunter Lab62.6776-0.6736-50.0883
CIE-Lab68.95713.0442-47.4941

#69abfe color RGB value is (105,171,254).

#69abfe hex color red value is 105, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #69abfe hue: 0.59 , saturation: 0.99 and the lightness value of 69abfe is 0.70.

The process color (four color CMYK) of #69abfe color hex is 0.59, 0.33, 0.00, 0.00. Web safe color of #69abfe is #6699ff. Color #69abfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10101011 11111110
Octal 151 253 376
Decimal 105 171 254
Hex 69 AB FE

RGB Percentages of Color #69abfe

%19.81
%32.26
%47.92

CMYK Percentages of Color #69abfe

%59
%33
%0
%0

Triadic Colors of #69abfe

#69abfe #fe69ab #abfe69

Analogous Colors of #69abfe

#69abfe #7269fe #69f6fe

Monochromatic Colors of #69abfe

#69abfe

Complementary Color

#69abfe #febc69

#69abfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69abfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#69abfe Color CSS Codes

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

#69abfe Text Font Color

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

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


#69abfe Background Color

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

This div background color is #69abfe


#69abfe Border Color

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

This div border color is #69abfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69abfe


Comments

No comments written yet.

Please login to write comment.