Color Hex Logo

#64cdbe Color Hex

#64CDBE
(100,205,190)
0 Favorites   0 Comments

Color spaces of #64cdbe

RGB 100205190
HSL0.480.510.60
HSV171°51°80°
CMYK 0.510.000.07   0.20
XYZ36.381150.089756.4660
Yxy50.08970.25450.3504
Hunter Lab70.7741-32.09752.2382
CIE-Lab76.1243-34.0519-1.8489

#64cdbe color RGB value is (100,205,190).

#64cdbe hex color red value is 100, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #64cdbe hue: 0.48 , saturation: 0.51 and the lightness value of 64cdbe is 0.60.

The process color (four color CMYK) of #64cdbe color hex is 0.51, 0.00, 0.07, 0.20. Web safe color of #64cdbe is #66cccc. Color #64cdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001101 10111110
Octal 144 315 276
Decimal 100 205 190
Hex 64 CD BE

RGB Percentages of Color #64cdbe

%20.20
%41.41
%38.38

CMYK Percentages of Color #64cdbe

%51
%0
%7
%20

Triadic Colors of #64cdbe

#64cdbe #be64cd #cdbe64

Analogous Colors of #64cdbe

#64cdbe #64a8cd #64cd8a

Monochromatic Colors of #64cdbe

#64cdbe

Complementary Color

#64cdbe #cd6473

#64cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#64cdbe Color CSS Codes

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

#64cdbe Text Font Color

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

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


#64cdbe Background Color

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

This div background color is #64cdbe


#64cdbe Border Color

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

This div border color is #64cdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64cdbe


Comments

No comments written yet.

Please login to write comment.