Color Hex Logo

#73cae5 Color Hex

#73CAE5
(115,202,229)
0 Favorites   0 Comments

Color spaces of #73cae5

RGB 115202229
HSL0.540.690.67
HSV194°50°90°
CMYK 0.500.120.00   0.10
XYZ42.333651.543081.8463
Yxy51.54300.24090.2933
Hunter Lab71.7935-20.3846-17.3366
CIE-Lab77.0068-19.0476-21.4920

#73cae5 color RGB value is (115,202,229).

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

The process color (four color CMYK) of #73cae5 color hex is 0.50, 0.12, 0.00, 0.10. Web safe color of #73cae5 is #66cccc. Color #73cae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001010 11100101
Octal 163 312 345
Decimal 115 202 229
Hex 73 CA E5

RGB Percentages of Color #73cae5

%21.06
%37.00
%41.94

CMYK Percentages of Color #73cae5

%50
%12
%0
%10

Triadic Colors of #73cae5

#73cae5 #e573ca #cae573

Analogous Colors of #73cae5

#73cae5 #7391e5 #73e5c7

Monochromatic Colors of #73cae5

#73cae5

Complementary Color

#73cae5 #e58e73

#73cae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cae5 Color CSS Codes

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

#73cae5 Text Font Color

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

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


#73cae5 Background Color

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

This div background color is #73cae5


#73cae5 Border Color

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

This div border color is #73cae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cae5


Comments

No comments written yet.

Please login to write comment.