Color Hex Logo

#66efde Color Hex

#66EFDE
(102,239,222)
0 Favorites   0 Comments

Color spaces of #66efde

RGB 102239222
HSL0.480.810.67
HSV173°57°94°
CMYK 0.570.000.07   0.06
XYZ49.530869.831779.9756
Yxy69.83170.24850.3503
Hunter Lab83.5654-40.43901.7527
CIE-Lab86.9143-41.2351-3.0140

#66efde color RGB value is (102,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101111 11011110
Octal 146 357 336
Decimal 102 239 222
Hex 66 EF DE

RGB Percentages of Color #66efde

%18.12
%42.45
%39.43

CMYK Percentages of Color #66efde

%57
%0
%7
%6

Triadic Colors of #66efde

#66efde #de66ef #efde66

Analogous Colors of #66efde

#66efde #66bcef #66ef9a

Monochromatic Colors of #66efde

#66efde

Complementary Color

#66efde #ef6677

#66efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#66efde Color CSS Codes

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

#66efde Text Font Color

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

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


#66efde Background Color

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

This div background color is #66efde


#66efde Border Color

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

This div border color is #66efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66efde


Comments

No comments written yet.

Please login to write comment.