Color Hex Logo

#64abad Color Hex

#64ABAD
(100,171,173)
0 Favorites   0 Comments

Color spaces of #64abad

RGB 100171173
HSL0.500.310.54
HSV182°42°68°
CMYK 0.420.010.00   0.32
XYZ27.361334.852344.8202
Yxy34.85230.25560.3256
Hunter Lab59.0358-20.5834-3.6881
CIE-Lab65.6335-21.7251-8.0291

#64abad color RGB value is (100,171,173).

#64abad hex color red value is 100, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #64abad hue: 0.50 , saturation: 0.31 and the lightness value of 64abad is 0.54.

The process color (four color CMYK) of #64abad color hex is 0.42, 0.01, 0.00, 0.32. Web safe color of #64abad is #669999. Color #64abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101011 10101101
Octal 144 253 255
Decimal 100 171 173
Hex 64 AB AD

RGB Percentages of Color #64abad

%22.52
%38.51
%38.96

CMYK Percentages of Color #64abad

%42
%1
%0
%32

Triadic Colors of #64abad

#64abad #ad64ab #abad64

Analogous Colors of #64abad

#64abad #6487ad #64ad8b

Monochromatic Colors of #64abad

#64abad

Complementary Color

#64abad #ad6664

#64abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#64abad Color CSS Codes

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

#64abad Text Font Color

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

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


#64abad Background Color

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

This div background color is #64abad


#64abad Border Color

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

This div border color is #64abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64abad


Comments

No comments written yet.

Please login to write comment.