color codes Logo

#73cded color codes

#73CDED
(115,205,237)
0 Favorites   0 Comments

Color spaces of #73cded

RGB 115205237
HSL0.540.770.69
HSV196°51°93°
CMYK 0.510.140.00   0.07
XYZ44.187653.421988.1033
Yxy53.42190.23790.2877
Hunter Lab73.0903-19.9937-20.3052
CIE-Lab78.1234-18.3660-24.0874

#73cded color RGB value is (115,205,237).

#73cded hex color red value is 115, green value is 205 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #73cded hue: 0.54 , saturation: 0.77 and the lightness value of 73cded is 0.69.

The process color (four color CMYK) of #73cded color code is 0.51, 0.14, 0.00, 0.07. Web safe color of #73cded is #66ccff. Color #73cded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001101 11101101
Octal 163 315 355
Decimal 115 205 237
Hex 73 CD ED

RGB Percentages of Color #73cded

%20.65
%36.80
%42.55

CMYK Percentages of Color #73cded

%51
%14
%0
%7

Triadic Colors of #73cded

#73cded #ed73cd #cded73

Analogous Colors of #73cded

#73cded #7390ed #73edd0

Monochromatic Colors of #73cded

#73cded

Complementary Color

#73cded #ed9373

#73cded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cded Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cded Color CSS Codes

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

#73cded Text Font Color

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

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


#73cded Background Color

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

This div background color is #73cded


#73cded Border Color

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

This div border color is #73cded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,205,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cded


Comments

No comments written yet.

Please login to write comment.