Color Hex Logo

#65bccf Color Hex

#65BCCF
(101,188,207)
0 Favorites   0 Comments

Color spaces of #65bccf

RGB 101188207
HSL0.530.520.60
HSV191°51°81°
CMYK 0.510.090.00   0.19
XYZ34.612543.238165.5530
Yxy43.23810.24140.3015
Hunter Lab65.7557-21.1136-13.0783
CIE-Lab71.7163-21.0326-17.6435

#65bccf color RGB value is (101,188,207).

#65bccf hex color red value is 101, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #65bccf hue: 0.53 , saturation: 0.52 and the lightness value of 65bccf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10111100 11001111
Octal 145 274 317
Decimal 101 188 207
Hex 65 BC CF

RGB Percentages of Color #65bccf

%20.36
%37.90
%41.73

CMYK Percentages of Color #65bccf

%51
%9
%0
%19

Triadic Colors of #65bccf

#65bccf #cf65bc #bccf65

Analogous Colors of #65bccf

#65bccf #6587cf #65cfad

Monochromatic Colors of #65bccf

#65bccf

Complementary Color

#65bccf #cf7865

#65bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#65bccf Color CSS Codes

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

#65bccf Text Font Color

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

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


#65bccf Background Color

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

This div background color is #65bccf


#65bccf Border Color

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

This div border color is #65bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65bccf


Comments

No comments written yet.

Please login to write comment.