Color Hex Logo

#66defa Color Hex

#66DEFA
(102,222,250)
0 Favorites   0 Comments

Color spaces of #66defa

RGB 102222250
HSL0.530.940.69
HSV191°59°98°
CMYK 0.590.110.00   0.02
XYZ48.856161.969599.8288
Yxy61.96950.23190.2942
Hunter Lab78.7207-26.9795-20.0835
CIE-Lab82.8972-25.7556-23.7827

#66defa color RGB value is (102,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011110 11111010
Octal 146 336 372
Decimal 102 222 250
Hex 66 DE FA

RGB Percentages of Color #66defa

%17.77
%38.68
%43.55

CMYK Percentages of Color #66defa

%59
%11
%0
%2

Triadic Colors of #66defa

#66defa #fa66de #defa66

Analogous Colors of #66defa

#66defa #6694fa #66facc

Monochromatic Colors of #66defa

#66defa

Complementary Color

#66defa #fa8266

#66defa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66defa Color Preview on White Background

Lorem ipsum dolor sit amet.

#66defa Color CSS Codes

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

#66defa Text Font Color

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

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


#66defa Background Color

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

This div background color is #66defa


#66defa Border Color

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

This div border color is #66defa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66defa


Comments

No comments written yet.

Please login to write comment.