Color Hex Logo

#65d4dd Color Hex

#65D4DD
(101,212,221)
0 Favorites   0 Comments

Color spaces of #65d4dd

RGB 101212221
HSL0.510.640.63
HSV185°54°87°
CMYK 0.540.040.00   0.13
XYZ41.961555.074176.8254
Yxy55.07410.24140.3168
Hunter Lab74.2119-28.9420-9.4296
CIE-Lab79.0839-29.1229-14.1134

#65d4dd color RGB value is (101,212,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 11010100 11011101
Octal 145 324 335
Decimal 101 212 221
Hex 65 D4 DD

RGB Percentages of Color #65d4dd

%18.91
%39.70
%41.39

CMYK Percentages of Color #65d4dd

%54
%4
%0
%13

Triadic Colors of #65d4dd

#65d4dd #dd65d4 #d4dd65

Analogous Colors of #65d4dd

#65d4dd #6598dd #65ddaa

Monochromatic Colors of #65d4dd

#65d4dd

Complementary Color

#65d4dd #dd6e65

#65d4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65d4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#65d4dd Color CSS Codes

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

#65d4dd Text Font Color

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

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


#65d4dd Background Color

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

This div background color is #65d4dd


#65d4dd Border Color

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

This div border color is #65d4dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,212,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 #65d4dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65d4dd


Comments

No comments written yet.

Please login to write comment.