Color Hex Logo

#64dadf Color Hex

#64DADF
(100,218,223)
0 Favorites   0 Comments

Color spaces of #64dadf

RGB 100218223
HSL0.510.660.63
HSV182°55°87°
CMYK 0.550.020.00   0.13
XYZ43.646258.179878.7415
Yxy58.17980.24170.3222
Hunter Lab76.2757-31.3418-7.8137
CIE-Lab80.8387-31.6579-12.5561

#64dadf color RGB value is (100,218,223).

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

The process color (four color CMYK) of #64dadf color hex is 0.55, 0.02, 0.00, 0.13. Web safe color of #64dadf is #66cccc. Color #64dadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011010 11011111
Octal 144 332 337
Decimal 100 218 223
Hex 64 DA DF

RGB Percentages of Color #64dadf

%18.48
%40.30
%41.22

CMYK Percentages of Color #64dadf

%55
%2
%0
%13

Triadic Colors of #64dadf

#64dadf #df64da #dadf64

Analogous Colors of #64dadf

#64dadf #649ddf #64dfa7

Monochromatic Colors of #64dadf

#64dadf

Complementary Color

#64dadf #df6964

#64dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#64dadf Color CSS Codes

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

#64dadf Text Font Color

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

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


#64dadf Background Color

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

This div background color is #64dadf


#64dadf Border Color

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

This div border color is #64dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64dadf


Comments

No comments written yet.

Please login to write comment.