Color Hex Logo

#66becd Color Hex

#66BECD
(102,190,205)
0 Favorites   0 Comments

Color spaces of #66becd

RGB 102190205
HSL0.520.510.60
HSV189°50°80°
CMYK 0.500.070.00   0.20
XYZ34.912444.059564.4219
Yxy44.05950.24350.3073
Hunter Lab66.3773-22.2749-11.0792
CIE-Lab72.2682-22.3835-15.7148

#66becd color RGB value is (102,190,205).

#66becd hex color red value is 102, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #66becd hue: 0.52 , saturation: 0.51 and the lightness value of 66becd is 0.60.

The process color (four color CMYK) of #66becd color hex is 0.50, 0.07, 0.00, 0.20. Web safe color of #66becd is #66cccc. Color #66becd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111110 11001101
Octal 146 276 315
Decimal 102 190 205
Hex 66 BE CD

RGB Percentages of Color #66becd

%20.52
%38.23
%41.25

CMYK Percentages of Color #66becd

%50
%7
%0
%20

Triadic Colors of #66becd

#66becd #cd66be #becd66

Analogous Colors of #66becd

#66becd #668bcd #66cda9

Monochromatic Colors of #66becd

#66becd

Complementary Color

#66becd #cd7566

#66becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#66becd Color CSS Codes

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

#66becd Text Font Color

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

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


#66becd Background Color

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

This div background color is #66becd


#66becd Border Color

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

This div border color is #66becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66becd


Comments

No comments written yet.

Please login to write comment.