Color Hex Logo

#66ebdd Color Hex

#66EBDD
(102,235,221)
0 Favorites   0 Comments

Color spaces of #66ebdd

RGB 102235221
HSL0.480.770.66
HSV174°57°92°
CMYK 0.570.000.06   0.08
XYZ48.239067.461978.8856
Yxy67.46190.24790.3467
Hunter Lab82.1352-38.90140.5504
CIE-Lab85.7367-39.6882-4.2207

#66ebdd color RGB value is (102,235,221).

#66ebdd hex color red value is 102, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #66ebdd hue: 0.48 , saturation: 0.77 and the lightness value of 66ebdd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101011 11011101
Octal 146 353 335
Decimal 102 235 221
Hex 66 EB DD

RGB Percentages of Color #66ebdd

%18.28
%42.11
%39.61

CMYK Percentages of Color #66ebdd

%57
%0
%6
%8

Triadic Colors of #66ebdd

#66ebdd #dd66eb #ebdd66

Analogous Colors of #66ebdd

#66ebdd #66b7eb #66eb9b

Monochromatic Colors of #66ebdd

#66ebdd

Complementary Color

#66ebdd #eb6674

#66ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ebdd Color CSS Codes

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

#66ebdd Text Font Color

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

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


#66ebdd Background Color

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

This div background color is #66ebdd


#66ebdd Border Color

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

This div border color is #66ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ebdd


Comments

No comments written yet.

Please login to write comment.