Color Hex Logo

#69deff Color Hex

#69DEFF
(105,222,255)
0 Favorites   0 Comments

Color spaces of #69deff

RGB 105222255
HSL0.541.000.71
HSV193°59°100°
CMYK 0.590.130.00   0.00
XYZ49.997062.4658104.0297
Yxy62.46580.23090.2885
Hunter Lab79.0353-25.3944-22.7154
CIE-Lab83.1605-23.7968-26.0168

#69deff color RGB value is (105,222,255).

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

The process color (four color CMYK) of #69deff color hex is 0.59, 0.13, 0.00, 0.00. Web safe color of #69deff is #66ccff. Color #69deff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011110 11111111
Octal 151 336 377
Decimal 105 222 255
Hex 69 DE FF

RGB Percentages of Color #69deff

%18.04
%38.14
%43.81

CMYK Percentages of Color #69deff

%59
%13
%0
%0

Triadic Colors of #69deff

#69deff #ff69de #deff69

Analogous Colors of #69deff

#69deff #6993ff #69ffd5

Monochromatic Colors of #69deff

#69deff

Complementary Color

#69deff #ff8a69

#69deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#69deff Color CSS Codes

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

#69deff Text Font Color

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

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


#69deff Background Color

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

This div background color is #69deff


#69deff Border Color

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

This div border color is #69deff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,222,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 #69deff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69deff

#69deff Color Palettes


Comments

No comments written yet.

Please login to write comment.