Color Hex Logo

#66bcc4 Color Hex

#66BCC4
(102,188,196)
0 Favorites   0 Comments

Color spaces of #66bcc4

RGB 102188196
HSL0.510.440.58
HSV185°48°77°
CMYK 0.480.040.00   0.23
XYZ33.426542.776758.7195
Yxy42.77670.24770.3170
Hunter Lab65.4039-23.2294-7.4477
CIE-Lab71.4031-23.8086-12.0985

#66bcc4 color RGB value is (102,188,196).

#66bcc4 hex color red value is 102, green value is 188 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #66bcc4 hue: 0.51 , saturation: 0.44 and the lightness value of 66bcc4 is 0.58.

The process color (four color CMYK) of #66bcc4 color hex is 0.48, 0.04, 0.00, 0.23. Web safe color of #66bcc4 is #66cccc. Color #66bcc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111100 11000100
Octal 146 274 304
Decimal 102 188 196
Hex 66 BC C4

RGB Percentages of Color #66bcc4

%20.99
%38.68
%40.33

CMYK Percentages of Color #66bcc4

%48
%4
%0
%23

Triadic Colors of #66bcc4

#66bcc4 #c466bc #bcc466

Analogous Colors of #66bcc4

#66bcc4 #668dc4 #66c49d

Monochromatic Colors of #66bcc4

#66bcc4

Complementary Color

#66bcc4 #c46e66

#66bcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bcc4 Color CSS Codes

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

#66bcc4 Text Font Color

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

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


#66bcc4 Background Color

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

This div background color is #66bcc4


#66bcc4 Border Color

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

This div border color is #66bcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bcc4

#66bcc4 Color Palettes


Comments

No comments written yet.

Please login to write comment.