Color Hex Logo

#65abca Color Hex

#65ABCA
(101,171,202)
0 Favorites   0 Comments

Color spaces of #65abca

RGB 101171202
HSL0.550.490.59
HSV198°50°79°
CMYK 0.500.150.00   0.21
XYZ30.590436.156861.2438
Yxy36.15680.23900.2825
Hunter Lab60.1305-14.4195-18.2963
CIE-Lab66.6396-13.5538-22.6118

#65abca color RGB value is (101,171,202).

#65abca hex color red value is 101, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #65abca hue: 0.55 , saturation: 0.49 and the lightness value of 65abca is 0.59.

The process color (four color CMYK) of #65abca color hex is 0.50, 0.15, 0.00, 0.21. Web safe color of #65abca is #6699cc. Color #65abca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101011 11001010
Octal 145 253 312
Decimal 101 171 202
Hex 65 AB CA

RGB Percentages of Color #65abca

%21.31
%36.08
%42.62

CMYK Percentages of Color #65abca

%50
%15
%0
%21

Triadic Colors of #65abca

#65abca #ca65ab #abca65

Analogous Colors of #65abca

#65abca #6579ca #65cab7

Monochromatic Colors of #65abca

#65abca

Complementary Color

#65abca #ca8465

#65abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#65abca Color CSS Codes

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

#65abca Text Font Color

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

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


#65abca Background Color

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

This div background color is #65abca


#65abca Border Color

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

This div border color is #65abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65abca


Comments

No comments written yet.

Please login to write comment.