Color Hex Logo

#64bcdc Color Hex

#64BCDC
(100,188,220)
0 Favorites   0 Comments

Color spaces of #64bcdc

RGB 100188220
HSL0.540.630.63
HSV196°55°86°
CMYK 0.550.150.00   0.14
XYZ36.157043.843174.2670
Yxy43.84310.23440.2842
Hunter Lab66.2141-18.4027-20.1509
CIE-Lab72.1235-17.5541-24.1153

#64bcdc color RGB value is (100,188,220).

#64bcdc hex color red value is 100, green value is 188 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #64bcdc hue: 0.54 , saturation: 0.63 and the lightness value of 64bcdc is 0.63.

The process color (four color CMYK) of #64bcdc color hex is 0.55, 0.15, 0.00, 0.14. Web safe color of #64bcdc is #66cccc. Color #64bcdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10111100 11011100
Octal 144 274 334
Decimal 100 188 220
Hex 64 BC DC

RGB Percentages of Color #64bcdc

%19.69
%37.01
%43.31

CMYK Percentages of Color #64bcdc

%55
%15
%0
%14

Triadic Colors of #64bcdc

#64bcdc #dc64bc #bcdc64

Analogous Colors of #64bcdc

#64bcdc #6480dc #64dcc0

Monochromatic Colors of #64bcdc

#64bcdc

Complementary Color

#64bcdc #dc8464

#64bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#64bcdc Color CSS Codes

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

#64bcdc Text Font Color

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

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


#64bcdc Background Color

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

This div background color is #64bcdc


#64bcdc Border Color

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

This div border color is #64bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64bcdc


Comments

No comments written yet.

Please login to write comment.