Color Hex Logo

#66efdc Color Hex

#66EFDC
(102,239,220)
0 Favorites   0 Comments

Color spaces of #66efdc

RGB 102239220
HSL0.480.810.67
HSV172°57°94°
CMYK 0.570.000.08   0.06
XYZ49.264369.725178.5719
Yxy69.72510.24940.3529
Hunter Lab83.5016-40.81622.6614
CIE-Lab86.8619-41.7322-2.0423

#66efdc color RGB value is (102,239,220).

#66efdc hex color red value is 102, green value is 239 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #66efdc hue: 0.48 , saturation: 0.81 and the lightness value of 66efdc is 0.67.

The process color (four color CMYK) of #66efdc color hex is 0.57, 0.00, 0.08, 0.06. Web safe color of #66efdc is #66ffcc. Color #66efdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101111 11011100
Octal 146 357 334
Decimal 102 239 220
Hex 66 EF DC

RGB Percentages of Color #66efdc

%18.18
%42.60
%39.22

CMYK Percentages of Color #66efdc

%57
%0
%8
%6

Triadic Colors of #66efdc

#66efdc #dc66ef #efdc66

Analogous Colors of #66efdc

#66efdc #66beef #66ef98

Monochromatic Colors of #66efdc

#66efdc

Complementary Color

#66efdc #ef6679

#66efdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66efdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#66efdc Color CSS Codes

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

#66efdc Text Font Color

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

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


#66efdc Background Color

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

This div background color is #66efdc


#66efdc Border Color

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

This div border color is #66efdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66efdc


Comments

No comments written yet.

Please login to write comment.