Color Hex Logo

#68c0fd Color Hex

#68C0FD
(104,192,253)
0 Favorites   0 Comments

Color spaces of #68c0fd

RGB 104192253
HSL0.570.970.70
HSV205°59°99°
CMYK 0.590.240.00   0.01
XYZ42.288247.734299.9133
Yxy47.73420.22260.2513
Hunter Lab69.0899-11.6521-37.3783
CIE-Lab74.6570-9.0557-38.0448

#68c0fd color RGB value is (104,192,253).

#68c0fd hex color red value is 104, green value is 192 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #68c0fd hue: 0.57 , saturation: 0.97 and the lightness value of 68c0fd is 0.70.

The process color (four color CMYK) of #68c0fd color hex is 0.59, 0.24, 0.00, 0.01. Web safe color of #68c0fd is #66ccff. Color #68c0fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 11000000 11111101
Octal 150 300 375
Decimal 104 192 253
Hex 68 C0 FD

RGB Percentages of Color #68c0fd

%18.94
%34.97
%46.08

CMYK Percentages of Color #68c0fd

%59
%24
%0
%1

Triadic Colors of #68c0fd

#68c0fd #fd68c0 #c0fd68

Analogous Colors of #68c0fd

#68c0fd #6876fd #68fdf0

Monochromatic Colors of #68c0fd

#68c0fd

Complementary Color

#68c0fd #fda568

#68c0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68c0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68c0fd Color CSS Codes

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

#68c0fd Text Font Color

<p style="color:#68c0fd">Text here</p>

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


#68c0fd Background Color

<div style="background-color:#68c0fd">
Div content here</div>

This div background color is #68c0fd


#68c0fd Border Color

<div style="border:3px solid #68c0fd">
Div here</div>

This div border color is #68c0fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,192,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68c0fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68c0fd;
  -webkit-box-shadow: 1px 1px 3px 2px #68c0fd;
  box-shadow:         1px 1px 3px 2px #68c0fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,192,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 #68c0fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68c0fd


Comments

No comments written yet.

Please login to write comment.