Color Hex Logo

#65bdda Color Hex

#65BDDA
(101,189,218)
0 Favorites   0 Comments

Color spaces of #65bdda

RGB 101189218
HSL0.540.610.63
HSV195°54°85°
CMYK 0.540.130.00   0.15
XYZ36.219344.223872.9568
Yxy44.22380.23610.2883
Hunter Lab66.5010-19.1579-18.4951
CIE-Lab72.3778-18.4424-22.6354

#65bdda color RGB value is (101,189,218).

#65bdda hex color red value is 101, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #65bdda hue: 0.54 , saturation: 0.61 and the lightness value of 65bdda is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10111101 11011010
Octal 145 275 332
Decimal 101 189 218
Hex 65 BD DA

RGB Percentages of Color #65bdda

%19.88
%37.20
%42.91

CMYK Percentages of Color #65bdda

%54
%13
%0
%15

Triadic Colors of #65bdda

#65bdda #da65bd #bdda65

Analogous Colors of #65bdda

#65bdda #6583da #65dabd

Monochromatic Colors of #65bdda

#65bdda

Complementary Color

#65bdda #da8265

#65bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#65bdda Color CSS Codes

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

#65bdda Text Font Color

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

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


#65bdda Background Color

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

This div background color is #65bdda


#65bdda Border Color

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

This div border color is #65bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65bdda


Comments

No comments written yet.

Please login to write comment.