Color Hex Logo

#65cefd Color Hex

#65CEFD
(101,206,253)
0 Favorites   0 Comments

Color spaces of #65cefd

RGB 101206253
HSL0.550.970.69
HSV199°60°99°
CMYK 0.600.190.00   0.01
XYZ45.167854.0012100.9712
Yxy54.00120.22570.2698
Hunter Lab73.4855-18.8848-30.0263
CIE-Lab78.4624-16.9840-32.1672

#65cefd color RGB value is (101,206,253).

#65cefd hex color red value is 101, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #65cefd hue: 0.55 , saturation: 0.97 and the lightness value of 65cefd is 0.69.

The process color (four color CMYK) of #65cefd color hex is 0.60, 0.19, 0.00, 0.01. Web safe color of #65cefd is #66ccff. Color #65cefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11001110 11111101
Octal 145 316 375
Decimal 101 206 253
Hex 65 CE FD

RGB Percentages of Color #65cefd

%18.04
%36.79
%45.18

CMYK Percentages of Color #65cefd

%60
%19
%0
%1

Triadic Colors of #65cefd

#65cefd #fd65ce #cefd65

Analogous Colors of #65cefd

#65cefd #6582fd #65fde0

Monochromatic Colors of #65cefd

#65cefd

Complementary Color

#65cefd #fd9465

#65cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#65cefd Color CSS Codes

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

#65cefd Text Font Color

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

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


#65cefd Background Color

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

This div background color is #65cefd


#65cefd Border Color

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

This div border color is #65cefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65cefd


Comments

No comments written yet.

Please login to write comment.