Color Hex Logo

#65bbdd Color Hex

#65BBDD
(101,187,221)
0 Favorites   0 Comments

Color spaces of #65bbdd

RGB 101187221
HSL0.550.640.63
HSV197°54°87°
CMYK 0.540.150.00   0.13
XYZ36.188343.527874.9010
Yxy43.52780.23410.2815
Hunter Lab65.9756-17.5482-21.1280
CIE-Lab71.9117-16.5368-24.9800

#65bbdd color RGB value is (101,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10111011 11011101
Octal 145 273 335
Decimal 101 187 221
Hex 65 BB DD

RGB Percentages of Color #65bbdd

%19.84
%36.74
%43.42

CMYK Percentages of Color #65bbdd

%54
%15
%0
%13

Triadic Colors of #65bbdd

#65bbdd #dd65bb #bbdd65

Analogous Colors of #65bbdd

#65bbdd #657fdd #65ddc3

Monochromatic Colors of #65bbdd

#65bbdd

Complementary Color

#65bbdd #dd8765

#65bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#65bbdd Color CSS Codes

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

#65bbdd Text Font Color

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

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


#65bbdd Background Color

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

This div background color is #65bbdd


#65bbdd Border Color

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

This div border color is #65bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65bbdd


Comments

No comments written yet.

Please login to write comment.