Color Hex Logo

#66bfcc Color Hex

#66BFCC
(102,191,204)
0 Favorites   0 Comments

Color spaces of #66bfcc

RGB 102191204
HSL0.520.500.60
HSV188°50°80°
CMYK 0.500.060.00   0.20
XYZ35.009444.446063.8605
Yxy44.44600.24430.3101
Hunter Lab66.6678-22.9327-10.1259
CIE-Lab72.5256-23.1615-14.7820

#66bfcc color RGB value is (102,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111111 11001100
Octal 146 277 314
Decimal 102 191 204
Hex 66 BF CC

RGB Percentages of Color #66bfcc

%20.52
%38.43
%41.05

CMYK Percentages of Color #66bfcc

%50
%6
%0
%20

Triadic Colors of #66bfcc

#66bfcc #cc66bf #bfcc66

Analogous Colors of #66bfcc

#66bfcc #668ccc #66cca6

Monochromatic Colors of #66bfcc

#66bfcc

Complementary Color

#66bfcc #cc7366

#66bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bfcc Color CSS Codes

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

#66bfcc Text Font Color

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

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


#66bfcc Background Color

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

This div background color is #66bfcc


#66bfcc Border Color

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

This div border color is #66bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bfcc


Comments

No comments written yet.

Please login to write comment.