Color Hex Logo

#69cbff Color Hex

#69CBFF
(105,203,255)
0 Favorites   0 Comments

Color spaces of #69cbff

RGB 105203255
HSL0.561.000.71
HSV201°59°100°
CMYK 0.590.200.00   0.00
XYZ45.231652.9351102.4413
Yxy52.93510.22550.2639
Hunter Lab72.7565-16.3532-32.5509
CIE-Lab77.8367-14.1031-34.1881

#69cbff color RGB value is (105,203,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001011 11111111
Octal 151 313 377
Decimal 105 203 255
Hex 69 CB FF

RGB Percentages of Color #69cbff

%18.65
%36.06
%45.29

CMYK Percentages of Color #69cbff

%59
%20
%0
%0

Triadic Colors of #69cbff

#69cbff #ff69cb #cbff69

Analogous Colors of #69cbff

#69cbff #6980ff #69ffe8

Monochromatic Colors of #69cbff

#69cbff

Complementary Color

#69cbff #ff9d69

#69cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cbff Color CSS Codes

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

#69cbff Text Font Color

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

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


#69cbff Background Color

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

This div background color is #69cbff


#69cbff Border Color

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

This div border color is #69cbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cbff


Comments

No comments written yet.

Please login to write comment.