Color Hex Logo

#65caee Color Hex

#65CAEE
(101,202,238)
0 Favorites   0 Comments

Color spaces of #65caee

RGB 101202238
HSL0.540.800.66
HSV196°58°93°
CMYK 0.580.150.00   0.07
XYZ41.920051.180888.5584
Yxy51.18080.23080.2817
Hunter Lab71.5408-20.6025-23.3150
CIE-Lab76.7884-19.3539-26.7095

#65caee color RGB value is (101,202,238).

#65caee hex color red value is 101, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #65caee hue: 0.54 , saturation: 0.80 and the lightness value of 65caee is 0.66.

The process color (four color CMYK) of #65caee color hex is 0.58, 0.15, 0.00, 0.07. Web safe color of #65caee is #66ccff. Color #65caee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11001010 11101110
Octal 145 312 356
Decimal 101 202 238
Hex 65 CA EE

RGB Percentages of Color #65caee

%18.67
%37.34
%43.99

CMYK Percentages of Color #65caee

%58
%15
%0
%7

Triadic Colors of #65caee

#65caee #ee65ca #caee65

Analogous Colors of #65caee

#65caee #6586ee #65eece

Monochromatic Colors of #65caee

#65caee

Complementary Color

#65caee #ee8965

#65caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#65caee Color CSS Codes

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

#65caee Text Font Color

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

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


#65caee Background Color

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

This div background color is #65caee


#65caee Border Color

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

This div border color is #65caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65caee


Comments

No comments written yet.

Please login to write comment.