Color Hex Logo

#73cdfd Color Hex

#73CDFD
(115,205,253)
0 Favorites   0 Comments

Color spaces of #73cdfd

RGB 115205253
HSL0.560.970.72
HSV201°55°99°
CMYK 0.550.190.00   0.01
XYZ46.631254.3993100.9709
Yxy54.39930.23080.2693
Hunter Lab73.7559-16.2185-29.5382
CIE-Lab78.6940-13.8130-31.7678

#73cdfd color RGB value is (115,205,253).

#73cdfd hex color red value is 115, green value is 205 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #73cdfd hue: 0.56 , saturation: 0.97 and the lightness value of 73cdfd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001101 11111101
Octal 163 315 375
Decimal 115 205 253
Hex 73 CD FD

RGB Percentages of Color #73cdfd

%20.07
%35.78
%44.15

CMYK Percentages of Color #73cdfd

%55
%19
%0
%1

Triadic Colors of #73cdfd

#73cdfd #fd73cd #cdfd73

Analogous Colors of #73cdfd

#73cdfd #7388fd #73fde8

Monochromatic Colors of #73cdfd

#73cdfd

Complementary Color

#73cdfd #fda373

#73cdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cdfd Color CSS Codes

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

#73cdfd Text Font Color

<p style="color:#73cdfd">Text here</p>

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


#73cdfd Background Color

<div style="background-color:#73cdfd">
Div content here</div>

This div background color is #73cdfd


#73cdfd Border Color

<div style="border:3px solid #73cdfd">
Div here</div>

This div border color is #73cdfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,205,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73cdfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73cdfd;
  -webkit-box-shadow: 1px 1px 3px 2px #73cdfd;
  box-shadow:         1px 1px 3px 2px #73cdfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,205,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 #73cdfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.