Color Hex Logo

#65cbe5 Color Hex

#65CBE5
(101,203,229)
0 Favorites   0 Comments

Color spaces of #65cbe5

RGB 101203229
HSL0.530.710.65
HSV192°56°90°
CMYK 0.560.110.00   0.10
XYZ40.865651.135781.8451
Yxy51.13570.23510.2941
Hunter Lab71.5092-23.1332-17.8033
CIE-Lab76.7611-22.4546-21.9146

#65cbe5 color RGB value is (101,203,229).

#65cbe5 hex color red value is 101, green value is 203 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #65cbe5 hue: 0.53 , saturation: 0.71 and the lightness value of 65cbe5 is 0.65.

The process color (four color CMYK) of #65cbe5 color hex is 0.56, 0.11, 0.00, 0.10. Web safe color of #65cbe5 is #66cccc. Color #65cbe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11001011 11100101
Octal 145 313 345
Decimal 101 203 229
Hex 65 CB E5

RGB Percentages of Color #65cbe5

%18.95
%38.09
%42.96

CMYK Percentages of Color #65cbe5

%56
%11
%0
%10

Triadic Colors of #65cbe5

#65cbe5 #e565cb #cbe565

Analogous Colors of #65cbe5

#65cbe5 #658be5 #65e5bf

Monochromatic Colors of #65cbe5

#65cbe5

Complementary Color

#65cbe5 #e57f65

#65cbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65cbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65cbe5 Color CSS Codes

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

#65cbe5 Text Font Color

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

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


#65cbe5 Background Color

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

This div background color is #65cbe5


#65cbe5 Border Color

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

This div border color is #65cbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65cbe5


Comments

No comments written yet.

Please login to write comment.