Color Hex Logo

#65bed1 Color Hex

#65BED1
(101,190,209)
0 Favorites   0 Comments

Color spaces of #65bed1

RGB 101190209
HSL0.530.540.61
HSV191°52°82°
CMYK 0.520.090.00   0.18
XYZ35.288944.197166.9926
Yxy44.19710.24090.3017
Hunter Lab66.4809-21.5915-13.2097
CIE-Lab72.3600-21.4966-17.7608

#65bed1 color RGB value is (101,190,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10111110 11010001
Octal 145 276 321
Decimal 101 190 209
Hex 65 BE D1

RGB Percentages of Color #65bed1

%20.20
%38.00
%41.80

CMYK Percentages of Color #65bed1

%52
%9
%0
%18

Triadic Colors of #65bed1

#65bed1 #d165be #bed165

Analogous Colors of #65bed1

#65bed1 #6588d1 #65d1ae

Monochromatic Colors of #65bed1

#65bed1

Complementary Color

#65bed1 #d17865

#65bed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65bed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65bed1 Color CSS Codes

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

#65bed1 Text Font Color

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

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


#65bed1 Background Color

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

This div background color is #65bed1


#65bed1 Border Color

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

This div border color is #65bed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65bed1


Comments

No comments written yet.

Please login to write comment.