Color Hex Logo

#66dafa Color Hex

#66DAFA
(102,218,250)
0 Favorites   0 Comments

Color spaces of #66dafa

RGB 102218250
HSL0.540.940.69
HSV193°59°98°
CMYK 0.590.130.00   0.02
XYZ47.806259.869799.4788
Yxy59.86970.23080.2890
Hunter Lab77.3755-25.1215-22.0641
CIE-Lab81.7673-23.7752-25.5035

#66dafa color RGB value is (102,218,250).

#66dafa hex color red value is 102, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #66dafa hue: 0.54 , saturation: 0.94 and the lightness value of 66dafa is 0.69.

The process color (four color CMYK) of #66dafa color hex is 0.59, 0.13, 0.00, 0.02. Web safe color of #66dafa is #66ccff. Color #66dafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011010 11111010
Octal 146 332 372
Decimal 102 218 250
Hex 66 DA FA

RGB Percentages of Color #66dafa

%17.89
%38.25
%43.86

CMYK Percentages of Color #66dafa

%59
%13
%0
%2

Triadic Colors of #66dafa

#66dafa #fa66da #dafa66

Analogous Colors of #66dafa

#66dafa #6690fa #66fad0

Monochromatic Colors of #66dafa

#66dafa

Complementary Color

#66dafa #fa8666

#66dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#66dafa Color CSS Codes

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

#66dafa Text Font Color

<p style="color:#66dafa">Text here</p>

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


#66dafa Background Color

<div style="background-color:#66dafa">
Div content here</div>

This div background color is #66dafa


#66dafa Border Color

<div style="border:3px solid #66dafa">
Div here</div>

This div border color is #66dafa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,218,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66dafa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66dafa;
  -webkit-box-shadow: 1px 1px 3px 2px #66dafa;
  box-shadow:         1px 1px 3px 2px #66dafa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,218,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 #66dafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66dafa


Comments

No comments written yet.

Please login to write comment.