Color Hex Logo

#64afeb Color Hex

#64AFEB
(100,175,235)
0 Favorites   0 Comments

Color spaces of #64afeb

RGB 100175235
HSL0.570.770.66
HSV207°57°92°
CMYK 0.570.260.00   0.08
XYZ35.580939.367484.3206
Yxy39.36740.22340.2472
Hunter Lab62.7434-8.5763-35.7591
CIE-Lab69.0166-6.0966-37.0825

#64afeb color RGB value is (100,175,235).

#64afeb hex color red value is 100, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #64afeb hue: 0.57 , saturation: 0.77 and the lightness value of 64afeb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10101111 11101011
Octal 144 257 353
Decimal 100 175 235
Hex 64 AF EB

RGB Percentages of Color #64afeb

%19.61
%34.31
%46.08

CMYK Percentages of Color #64afeb

%57
%26
%0
%8

Triadic Colors of #64afeb

#64afeb #eb64af #afeb64

Analogous Colors of #64afeb

#64afeb #646ceb #64ebe4

Monochromatic Colors of #64afeb

#64afeb

Complementary Color

#64afeb #eba064

#64afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64afeb Color CSS Codes

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

#64afeb Text Font Color

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

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


#64afeb Background Color

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

This div background color is #64afeb


#64afeb Border Color

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

This div border color is #64afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64afeb


Comments

No comments written yet.

Please login to write comment.