Color Hex Logo

#69ccfd Color Hex

#69CCFD
(105,204,253)
0 Favorites   0 Comments

Color spaces of #69ccfd

RGB 105204253
HSL0.560.970.70
HSV200°58°99°
CMYK 0.580.190.00   0.01
XYZ45.148253.2808100.8332
Yxy53.28080.22660.2674
Hunter Lab72.9937-17.3328-30.8074
CIE-Lab78.0405-15.2217-32.8058

#69ccfd color RGB value is (105,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001100 11111101
Octal 151 314 375
Decimal 105 204 253
Hex 69 CC FD

RGB Percentages of Color #69ccfd

%18.68
%36.30
%45.02

CMYK Percentages of Color #69ccfd

%58
%19
%0
%1

Triadic Colors of #69ccfd

#69ccfd #fd69cc #ccfd69

Analogous Colors of #69ccfd

#69ccfd #6982fd #69fde4

Monochromatic Colors of #69ccfd

#69ccfd

Complementary Color

#69ccfd #fd9a69

#69ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#69ccfd Color CSS Codes

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

#69ccfd Text Font Color

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

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


#69ccfd Background Color

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

This div background color is #69ccfd


#69ccfd Border Color

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

This div border color is #69ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69ccfd


Comments

No comments written yet.

Please login to write comment.