Color Hex Logo

#64caeb Color Hex

#64CAEB
(100,202,235)
0 Favorites   0 Comments

Color spaces of #64caeb

RGB 100202235
HSL0.540.770.66
HSV195°57°92°
CMYK 0.570.140.00   0.08
XYZ41.371550.948586.2508
Yxy50.94850.23170.2853
Hunter Lab71.3782-21.4516-21.6791
CIE-Lab76.6478-20.4152-25.3161

#64caeb color RGB value is (100,202,235).

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

The process color (four color CMYK) of #64caeb color hex is 0.57, 0.14, 0.00, 0.08. Web safe color of #64caeb is #66ccff. Color #64caeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001010 11101011
Octal 144 312 353
Decimal 100 202 235
Hex 64 CA EB

RGB Percentages of Color #64caeb

%18.62
%37.62
%43.76

CMYK Percentages of Color #64caeb

%57
%14
%0
%8

Triadic Colors of #64caeb

#64caeb #eb64ca #caeb64

Analogous Colors of #64caeb

#64caeb #6487eb #64ebc9

Monochromatic Colors of #64caeb

#64caeb

Complementary Color

#64caeb #eb8564

#64caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64caeb Color CSS Codes

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

#64caeb Text Font Color

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

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


#64caeb Background Color

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

This div background color is #64caeb


#64caeb Border Color

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

This div border color is #64caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64caeb


Comments

No comments written yet.

Please login to write comment.