Color Hex Logo

#64adbd Color Hex

#64ADBD
(100,173,189)
0 Favorites   0 Comments

Color spaces of #64adbd

RGB 100173189
HSL0.530.400.57
HSV191°47°74°
CMYK 0.470.080.00   0.26
XYZ29.384436.270653.5963
Yxy36.27060.24640.3042
Hunter Lab60.2251-18.3020-10.6066
CIE-Lab66.7262-18.4905-15.2830

#64adbd color RGB value is (100,173,189).

#64adbd hex color red value is 100, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #64adbd hue: 0.53 , saturation: 0.40 and the lightness value of 64adbd is 0.57.

The process color (four color CMYK) of #64adbd color hex is 0.47, 0.08, 0.00, 0.26. Web safe color of #64adbd is #6699cc. Color #64adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101101 10111101
Octal 144 255 275
Decimal 100 173 189
Hex 64 AD BD

RGB Percentages of Color #64adbd

%21.65
%37.45
%40.91

CMYK Percentages of Color #64adbd

%47
%8
%0
%26

Triadic Colors of #64adbd

#64adbd #bd64ad #adbd64

Analogous Colors of #64adbd

#64adbd #6481bd #64bda1

Monochromatic Colors of #64adbd

#64adbd

Complementary Color

#64adbd #bd7464

#64adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64adbd Color CSS Codes

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

#64adbd Text Font Color

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

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


#64adbd Background Color

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

This div background color is #64adbd


#64adbd Border Color

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

This div border color is #64adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64adbd


Comments

No comments written yet.

Please login to write comment.