Color Hex Logo

#65ddfb Color Hex

#65DDFB
(101,221,251)
0 Favorites   0 Comments

Color spaces of #65ddfb

RGB 101221251
HSL0.530.950.69
HSV192°60°98°
CMYK 0.600.120.00   0.02
XYZ48.635961.4446100.5634
Yxy61.44460.23090.2917
Hunter Lab78.3866-26.4241-21.1934
CIE-Lab82.6172-25.1512-24.7409

#65ddfb color RGB value is (101,221,251).

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

The process color (four color CMYK) of #65ddfb color hex is 0.60, 0.12, 0.00, 0.02. Web safe color of #65ddfb is #66ccff. Color #65ddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11011101 11111011
Octal 145 335 373
Decimal 101 221 251
Hex 65 DD FB

RGB Percentages of Color #65ddfb

%17.63
%38.57
%43.80

CMYK Percentages of Color #65ddfb

%60
%12
%0
%2

Triadic Colors of #65ddfb

#65ddfb #fb65dd #ddfb65

Analogous Colors of #65ddfb

#65ddfb #6592fb #65fbce

Monochromatic Colors of #65ddfb

#65ddfb

Complementary Color

#65ddfb #fb8365

#65ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#65ddfb Color CSS Codes

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

#65ddfb Text Font Color

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

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


#65ddfb Background Color

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

This div background color is #65ddfb


#65ddfb Border Color

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

This div border color is #65ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65ddfb


Comments

No comments written yet.

Please login to write comment.