Color Hex Logo

#66ddf1 Color Hex

#66DDF1
(102,221,241)
0 Favorites   0 Comments

Color spaces of #66ddf1

RGB 102221241
HSL0.520.830.67
HSV189°58°95°
CMYK 0.580.080.00   0.05
XYZ47.213160.888692.4834
Yxy60.88860.23540.3036
Hunter Lab78.0311-28.5523-15.6494
CIE-Lab82.3188-27.8036-19.8926

#66ddf1 color RGB value is (102,221,241).

#66ddf1 hex color red value is 102, green value is 221 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #66ddf1 hue: 0.52 , saturation: 0.83 and the lightness value of 66ddf1 is 0.67.

The process color (four color CMYK) of #66ddf1 color hex is 0.58, 0.08, 0.00, 0.05. Web safe color of #66ddf1 is #66ccff. Color #66ddf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011101 11110001
Octal 146 335 361
Decimal 102 221 241
Hex 66 DD F1

RGB Percentages of Color #66ddf1

%18.09
%39.18
%42.73

CMYK Percentages of Color #66ddf1

%58
%8
%0
%5

Triadic Colors of #66ddf1

#66ddf1 #f166dd #ddf166

Analogous Colors of #66ddf1

#66ddf1 #6698f1 #66f1c0

Monochromatic Colors of #66ddf1

#66ddf1

Complementary Color

#66ddf1 #f17a66

#66ddf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ddf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ddf1 Color CSS Codes

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

#66ddf1 Text Font Color

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

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


#66ddf1 Background Color

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

This div background color is #66ddf1


#66ddf1 Border Color

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

This div border color is #66ddf1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,221,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ddf1


Comments

No comments written yet.

Please login to write comment.