Color Hex Logo

#66bdbe Color Hex

#66BDBE
(102,189,190)
0 Favorites   0 Comments

Color spaces of #66bdbe

RGB 102189190
HSL0.500.400.57
HSV181°46°75°
CMYK 0.460.010.00   0.25
XYZ32.971342.937755.2652
Yxy42.93770.25140.3273
Hunter Lab65.5269-24.8558-4.1362
CIE-Lab71.5127-25.8900-8.6528

#66bdbe color RGB value is (102,189,190).

#66bdbe hex color red value is 102, green value is 189 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #66bdbe hue: 0.50 , saturation: 0.40 and the lightness value of 66bdbe is 0.57.

The process color (four color CMYK) of #66bdbe color hex is 0.46, 0.01, 0.00, 0.25. Web safe color of #66bdbe is #66cccc. Color #66bdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111101 10111110
Octal 146 275 276
Decimal 102 189 190
Hex 66 BD BE

RGB Percentages of Color #66bdbe

%21.21
%39.29
%39.50

CMYK Percentages of Color #66bdbe

%46
%1
%0
%25

Triadic Colors of #66bdbe

#66bdbe #be66bd #bdbe66

Analogous Colors of #66bdbe

#66bdbe #6691be #66be93

Monochromatic Colors of #66bdbe

#66bdbe

Complementary Color

#66bdbe #be6766

#66bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bdbe Color CSS Codes

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

#66bdbe Text Font Color

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

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


#66bdbe Background Color

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

This div background color is #66bdbe


#66bdbe Border Color

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

This div border color is #66bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bdbe


Comments

No comments written yet.

Please login to write comment.