Color Hex Logo

#64abed Color Hex

#64ABED
(100,171,237)
0 Favorites   0 Comments

Color spaces of #64abed

RGB 100171237
HSL0.580.790.66
HSV209°58°93°
CMYK 0.580.280.00   0.07
XYZ35.104537.949685.5956
Yxy37.94960.22130.2392
Hunter Lab61.6032-6.0878-39.2592
CIE-Lab67.9835-3.2590-39.7848

#64abed color RGB value is (100,171,237).

#64abed hex color red value is 100, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #64abed hue: 0.58 , saturation: 0.79 and the lightness value of 64abed is 0.66.

The process color (four color CMYK) of #64abed color hex is 0.58, 0.28, 0.00, 0.07. Web safe color of #64abed is #6699ff. Color #64abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101011 11101101
Octal 144 253 355
Decimal 100 171 237
Hex 64 AB ED

RGB Percentages of Color #64abed

%19.69
%33.66
%46.65

CMYK Percentages of Color #64abed

%58
%28
%0
%7

Triadic Colors of #64abed

#64abed #ed64ab #abed64

Analogous Colors of #64abed

#64abed #6467ed #64edeb

Monochromatic Colors of #64abed

#64abed

Complementary Color

#64abed #eda664

#64abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#64abed Color CSS Codes

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

#64abed Text Font Color

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

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


#64abed Background Color

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

This div background color is #64abed


#64abed Border Color

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

This div border color is #64abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64abed


Comments

No comments written yet.

Please login to write comment.