Color Hex Logo

#69ccff Color Hex

#69CCFF
(105,204,255)
0 Favorites   0 Comments

Color spaces of #69ccff

RGB 105204255
HSL0.561.000.71
HSV200°59°100°
CMYK 0.590.200.00   0.00
XYZ45.468653.4090102.5203
Yxy53.40900.22580.2652
Hunter Lab73.0815-16.8364-32.0163
CIE-Lab78.1159-14.6259-33.7571

#69ccff color RGB value is (105,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001100 11111111
Octal 151 314 377
Decimal 105 204 255
Hex 69 CC FF

RGB Percentages of Color #69ccff

%18.62
%36.17
%45.21

CMYK Percentages of Color #69ccff

%59
%20
%0
%0

Triadic Colors of #69ccff

#69ccff #ff69cc #ccff69

Analogous Colors of #69ccff

#69ccff #6981ff #69ffe7

Monochromatic Colors of #69ccff

#69ccff

Complementary Color

#69ccff #ff9c69

#69ccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ccff Color CSS Codes

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

#69ccff Text Font Color

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

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


#69ccff Background Color

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

This div background color is #69ccff


#69ccff Border Color

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

This div border color is #69ccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ccff


Comments

No comments written yet.

Please login to write comment.