Color Hex Logo

#66ffff Color Hex

#66FFFF
(102,255,255)
25 Favorites   0 Comments

Color spaces of #66ffff

RGB 102255255
HSL0.501.000.70
HSV180°60°100°
CMYK 0.600.000.00   0.00
XYZ59.289581.5648107.2264
Yxy81.56480.23900.3288
Hunter Lab90.3132-40.8652-7.1741
CIE-Lab92.3824-39.9474-12.1142

#66ffff color RGB value is (102,255,255). This hex color code is also a web safe color which is equal to #6FF.

#66ffff hex color red value is 102, green value is 255 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #66ffff hue: 0.50 , saturation: 1.00 and the lightness value of 66ffff is 0.70.

The process color (four color CMYK) of #66ffff color hex is 0.60, 0.00, 0.00, 0.00. Web safe color of #66ffff is #66ffff. Color #66ffff contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11111111 11111111
Octal 146 377 377
Decimal 102 255 255
Hex 66 FF FF

RGB Percentages of Color #66ffff

%16.67
%41.67
%41.67

CMYK Percentages of Color #66ffff

%60
%0
%0
%0

Triadic Colors of #66ffff

#66ffff #ff66ff #ffff66

Analogous Colors of #66ffff

#66ffff #66b3ff #66ffb3

Monochromatic Colors of #66ffff

#66ffff

Complementary Color

#66ffff #ff6666

#66ffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ffff Color CSS Codes

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

#66ffff Text Font Color

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

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


#66ffff Background Color

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

This div background color is #66ffff


#66ffff Border Color

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

This div border color is #66ffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ffff

Related Colors


Comments

No comments written yet.

Please login to write comment.