Color Hex Logo

#66dfba Color Hex

#66DFBA
(102,223,186)
0 Favorites   0 Comments

Color spaces of #66dfba

RGB 102223186
HSL0.450.650.64
HSV162°54°87°
CMYK 0.540.000.17   0.13
XYZ40.730159.145355.7239
Yxy59.14530.26180.3801
Hunter Lab76.9060-40.050310.8743
CIE-Lab81.3714-42.74397.9049

#66dfba color RGB value is (102,223,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011111 10111010
Octal 146 337 272
Decimal 102 223 186
Hex 66 DF BA

RGB Percentages of Color #66dfba

%19.96
%43.64
%36.40

CMYK Percentages of Color #66dfba

%54
%0
%17
%13

Triadic Colors of #66dfba

#66dfba #ba66df #dfba66

Analogous Colors of #66dfba

#66dfba #66c8df #66df7e

Monochromatic Colors of #66dfba

#66dfba

Complementary Color

#66dfba #df668b

#66dfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66dfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#66dfba Color CSS Codes

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

#66dfba Text Font Color

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

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


#66dfba Background Color

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

This div background color is #66dfba


#66dfba Border Color

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

This div border color is #66dfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66dfba


Comments

No comments written yet.

Please login to write comment.