Color Hex Logo

#64bfcc Color Hex

#64BFCC
(100,191,204)
0 Favorites   0 Comments

Color spaces of #64bfcc

RGB 100191204
HSL0.520.500.60
HSV188°51°80°
CMYK 0.510.060.00   0.20
XYZ34.785444.330663.8500
Yxy44.33060.24330.3101
Hunter Lab66.5812-23.2597-10.2510
CIE-Lab72.4489-23.5970-14.9050

#64bfcc color RGB value is (100,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111111 11001100
Octal 144 277 314
Decimal 100 191 204
Hex 64 BF CC

RGB Percentages of Color #64bfcc

%20.20
%38.59
%41.21

CMYK Percentages of Color #64bfcc

%51
%6
%0
%20

Triadic Colors of #64bfcc

#64bfcc #cc64bf #bfcc64

Analogous Colors of #64bfcc

#64bfcc #648bcc #64cca5

Monochromatic Colors of #64bfcc

#64bfcc

Complementary Color

#64bfcc #cc7164

#64bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64bfcc Color CSS Codes

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

#64bfcc Text Font Color

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

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


#64bfcc Background Color

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

This div background color is #64bfcc


#64bfcc Border Color

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

This div border color is #64bfcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,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 #64bfcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64bfcc


Comments

No comments written yet.

Please login to write comment.