Color Hex Logo

#64daeb Color Hex

#64DAEB
(100,218,235)
0 Favorites   0 Comments

Color spaces of #64daeb

RGB 100218235
HSL0.520.770.66
HSV188°57°92°
CMYK 0.570.070.00   0.08
XYZ45.322358.850387.5678
Yxy58.85030.23640.3069
Hunter Lab76.7139-28.7923-13.9789
CIE-Lab81.2092-28.3793-18.3887

#64daeb color RGB value is (100,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011010 11101011
Octal 144 332 353
Decimal 100 218 235
Hex 64 DA EB

RGB Percentages of Color #64daeb

%18.08
%39.42
%42.50

CMYK Percentages of Color #64daeb

%57
%7
%0
%8

Triadic Colors of #64daeb

#64daeb #eb64da #daeb64

Analogous Colors of #64daeb

#64daeb #6497eb #64ebb9

Monochromatic Colors of #64daeb

#64daeb

Complementary Color

#64daeb #eb7564

#64daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#64daeb Color CSS Codes

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

#64daeb Text Font Color

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

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


#64daeb Background Color

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

This div background color is #64daeb


#64daeb Border Color

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

This div border color is #64daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64daeb


Comments

No comments written yet.

Please login to write comment.