Color Hex Logo

#68d1fd Color Hex

#68D1FD
(104,209,253)
0 Favorites   0 Comments

Color spaces of #68d1fd

RGB 104209253
HSL0.550.970.70
HSV198°59°99°
CMYK 0.590.170.00   0.01
XYZ46.239055.6358101.2302
Yxy55.63580.22770.2739
Hunter Lab74.5894-19.8769-28.2538
CIE-Lab79.4061-17.9910-30.7068

#68d1fd color RGB value is (104,209,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11010001 11111101
Octal 150 321 375
Decimal 104 209 253
Hex 68 D1 FD

RGB Percentages of Color #68d1fd

%18.37
%36.93
%44.70

CMYK Percentages of Color #68d1fd

%59
%17
%0
%1

Triadic Colors of #68d1fd

#68d1fd #fd68d1 #d1fd68

Analogous Colors of #68d1fd

#68d1fd #6887fd #68fddf

Monochromatic Colors of #68d1fd

#68d1fd

Complementary Color

#68d1fd #fd9468

#68d1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68d1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#68d1fd Color CSS Codes

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

#68d1fd Text Font Color

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

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


#68d1fd Background Color

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

This div background color is #68d1fd


#68d1fd Border Color

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

This div border color is #68d1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68d1fd

Related Colors


Comments

No comments written yet.

Please login to write comment.