Color Hex Logo

#69dcfb Color Hex

#69DCFB
(105,220,251)
0 Favorites   0 Comments

Color spaces of #69dcfb

RGB 105220251
HSL0.540.950.70
HSV193°58°98°
CMYK 0.580.120.00   0.02
XYZ48.831561.1547100.4971
Yxy61.15470.23200.2905
Hunter Lab78.2015-25.3915-21.4528
CIE-Lab82.4618-23.9462-24.9659

#69dcfb color RGB value is (105,220,251).

#69dcfb hex color red value is 105, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #69dcfb hue: 0.54 , saturation: 0.95 and the lightness value of 69dcfb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11011100 11111011
Octal 151 334 373
Decimal 105 220 251
Hex 69 DC FB

RGB Percentages of Color #69dcfb

%18.23
%38.19
%43.58

CMYK Percentages of Color #69dcfb

%58
%12
%0
%2

Triadic Colors of #69dcfb

#69dcfb #fb69dc #dcfb69

Analogous Colors of #69dcfb

#69dcfb #6993fb #69fbd1

Monochromatic Colors of #69dcfb

#69dcfb

Complementary Color

#69dcfb #fb8869

#69dcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69dcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#69dcfb Color CSS Codes

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

#69dcfb Text Font Color

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

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


#69dcfb Background Color

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

This div background color is #69dcfb


#69dcfb Border Color

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

This div border color is #69dcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69dcfb


Comments

No comments written yet.

Please login to write comment.