Color Hex Logo

#66dfbd Color Hex

#66DFBD
(102,223,189)
0 Favorites   0 Comments

Color spaces of #66dfbd

RGB 102223189
HSL0.450.650.64
HSV163°54°87°
CMYK 0.540.000.15   0.13
XYZ41.052559.274357.4215
Yxy59.27430.26020.3758
Hunter Lab76.9898-39.55249.6725
CIE-Lab81.4421-42.05686.4185

#66dfbd color RGB value is (102,223,189).

#66dfbd hex color red value is 102, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #66dfbd hue: 0.45 , saturation: 0.65 and the lightness value of 66dfbd is 0.64.

The process color (four color CMYK) of #66dfbd color hex is 0.54, 0.00, 0.15, 0.13. Web safe color of #66dfbd is #66cccc. Color #66dfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011111 10111101
Octal 146 337 275
Decimal 102 223 189
Hex 66 DF BD

RGB Percentages of Color #66dfbd

%19.84
%43.39
%36.77

CMYK Percentages of Color #66dfbd

%54
%0
%15
%13

Triadic Colors of #66dfbd

#66dfbd #bd66df #dfbd66

Analogous Colors of #66dfbd

#66dfbd #66c5df #66df81

Monochromatic Colors of #66dfbd

#66dfbd

Complementary Color

#66dfbd #df6688

#66dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#66dfbd Color CSS Codes

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

#66dfbd Text Font Color

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

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


#66dfbd Background Color

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

This div background color is #66dfbd


#66dfbd Border Color

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

This div border color is #66dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66dfbd


Comments

No comments written yet.

Please login to write comment.