Color Hex Logo

#64aebd Color Hex

#64AEBD
(100,174,189)
0 Favorites   0 Comments

Color spaces of #64aebd

RGB 100174189
HSL0.530.400.57
HSV190°47°74°
CMYK 0.470.080.00   0.26
XYZ29.576936.655653.6605
Yxy36.65560.24670.3057
Hunter Lab60.5439-18.7509-10.1685
CIE-Lab67.0178-19.0111-14.8432

#64aebd color RGB value is (100,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101110 10111101
Octal 144 256 275
Decimal 100 174 189
Hex 64 AE BD

RGB Percentages of Color #64aebd

%21.60
%37.58
%40.82

CMYK Percentages of Color #64aebd

%47
%8
%0
%26

Triadic Colors of #64aebd

#64aebd #bd64ae #aebd64

Analogous Colors of #64aebd

#64aebd #6482bd #64bda0

Monochromatic Colors of #64aebd

#64aebd

Complementary Color

#64aebd #bd7364

#64aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#64aebd Color CSS Codes

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

#64aebd Text Font Color

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

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


#64aebd Background Color

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

This div background color is #64aebd


#64aebd Border Color

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

This div border color is #64aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64aebd


Comments

No comments written yet.

Please login to write comment.