Color Hex Logo

#65cadd Color Hex

#65CADD
(101,202,221)
0 Favorites   0 Comments

Color spaces of #65cadd

RGB 101202221
HSL0.530.640.63
HSV190°54°87°
CMYK 0.540.090.00   0.13
XYZ39.538550.228276.0177
Yxy50.22820.23850.3030
Hunter Lab70.8719-24.4429-13.9846
CIE-Lab76.2091-24.2053-18.4438

#65cadd color RGB value is (101,202,221).

#65cadd hex color red value is 101, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #65cadd hue: 0.53 , saturation: 0.64 and the lightness value of 65cadd is 0.63.

The process color (four color CMYK) of #65cadd color hex is 0.54, 0.09, 0.00, 0.13. Web safe color of #65cadd is #66cccc. Color #65cadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11001010 11011101
Octal 145 312 335
Decimal 101 202 221
Hex 65 CA DD

RGB Percentages of Color #65cadd

%19.27
%38.55
%42.18

CMYK Percentages of Color #65cadd

%54
%9
%0
%13

Triadic Colors of #65cadd

#65cadd #dd65ca #cadd65

Analogous Colors of #65cadd

#65cadd #658edd #65ddb4

Monochromatic Colors of #65cadd

#65cadd

Complementary Color

#65cadd #dd7865

#65cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#65cadd Color CSS Codes

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

#65cadd Text Font Color

<p style="color:#65cadd">Text here</p>

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


#65cadd Background Color

<div style="background-color:#65cadd">
Div content here</div>

This div background color is #65cadd


#65cadd Border Color

<div style="border:3px solid #65cadd">
Div here</div>

This div border color is #65cadd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,202,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65cadd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65cadd;
  -webkit-box-shadow: 1px 1px 3px 2px #65cadd;
  box-shadow:         1px 1px 3px 2px #65cadd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,202,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65cadd


Comments

No comments written yet.

Please login to write comment.