Color Hex Logo

#69fdff Color Hex

#69FDFF
(105,253,255)
0 Favorites   0 Comments

Color spaces of #69fdff

RGB 105253255
HSL0.501.000.71
HSV181°59°100°
CMYK 0.590.010.00   0.00
XYZ59.001080.4738107.0311
Yxy80.47380.23930.3265
Hunter Lab89.7072-39.5870-7.9448
CIE-Lab91.8970-38.5492-12.8303

#69fdff color RGB value is (105,253,255).

#69fdff hex color red value is 105, green value is 253 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #69fdff hue: 0.50 , saturation: 1.00 and the lightness value of 69fdff is 0.71.

The process color (four color CMYK) of #69fdff color hex is 0.59, 0.01, 0.00, 0.00. Web safe color of #69fdff is #66ffff. Color #69fdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11111101 11111111
Octal 151 375 377
Decimal 105 253 255
Hex 69 FD FF

RGB Percentages of Color #69fdff

%17.13
%41.27
%41.60

CMYK Percentages of Color #69fdff

%59
%1
%0
%0

Triadic Colors of #69fdff

#69fdff #ff69fd #fdff69

Analogous Colors of #69fdff

#69fdff #69b2ff #69ffb6

Monochromatic Colors of #69fdff

#69fdff

Complementary Color

#69fdff #ff6b69

#69fdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69fdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#69fdff Color CSS Codes

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

#69fdff Text Font Color

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

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


#69fdff Background Color

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

This div background color is #69fdff


#69fdff Border Color

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

This div border color is #69fdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69fdff

Related Colors


Comments

No comments written yet.

Please login to write comment.