Color Hex Logo

#66fcee Color Hex

#66FCEE
(102,252,238)
0 Favorites   0 Comments

Color spaces of #66fcee

RGB 102252238
HSL0.480.960.69
HSV174°60°99°
CMYK 0.600.000.06   0.01
XYZ55.722578.618693.1270
Yxy78.61860.24500.3456
Hunter Lab88.6671-42.9899-0.2052
CIE-Lab91.0614-42.9988-5.2575

#66fcee color RGB value is (102,252,238).

#66fcee hex color red value is 102, green value is 252 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #66fcee hue: 0.48 , saturation: 0.96 and the lightness value of 66fcee is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11111100 11101110
Octal 146 374 356
Decimal 102 252 238
Hex 66 FC EE

RGB Percentages of Color #66fcee

%17.23
%42.57
%40.20

CMYK Percentages of Color #66fcee

%60
%0
%6
%1

Triadic Colors of #66fcee

#66fcee #ee66fc #fcee66

Analogous Colors of #66fcee

#66fcee #66bffc #66fca3

Monochromatic Colors of #66fcee

#66fcee

Complementary Color

#66fcee #fc6674

#66fcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66fcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#66fcee Color CSS Codes

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

#66fcee Text Font Color

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

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


#66fcee Background Color

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

This div background color is #66fcee


#66fcee Border Color

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

This div border color is #66fcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66fcee

Related Colors


Comments

No comments written yet.

Please login to write comment.