Color Hex Logo

#69cffa Color Hex

#69CFFA
(105,207,250)
0 Favorites   0 Comments

Color spaces of #69cffa

RGB 105207250
HSL0.550.940.70
HSV198°58°98°
CMYK 0.580.170.00   0.02
XYZ45.393854.531098.5755
Yxy54.53100.22870.2747
Hunter Lab73.8451-19.5021-27.4544
CIE-Lab78.7703-17.6615-30.0815

#69cffa color RGB value is (105,207,250).

#69cffa hex color red value is 105, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #69cffa hue: 0.55 , saturation: 0.94 and the lightness value of 69cffa is 0.70.

The process color (four color CMYK) of #69cffa color hex is 0.58, 0.17, 0.00, 0.02. Web safe color of #69cffa is #66ccff. Color #69cffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001111 11111010
Octal 151 317 372
Decimal 105 207 250
Hex 69 CF FA

RGB Percentages of Color #69cffa

%18.68
%36.83
%44.48

CMYK Percentages of Color #69cffa

%58
%17
%0
%2

Triadic Colors of #69cffa

#69cffa #fa69cf #cffa69

Analogous Colors of #69cffa

#69cffa #6987fa #69fadd

Monochromatic Colors of #69cffa

#69cffa

Complementary Color

#69cffa #fa9469

#69cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cffa Color CSS Codes

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

#69cffa Text Font Color

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

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


#69cffa Background Color

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

This div background color is #69cffa


#69cffa Border Color

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

This div border color is #69cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cffa


Comments

No comments written yet.

Please login to write comment.