Color Hex Logo

#73fceb Color Hex

#73FCEB
(115,252,235)
0 Favorites   0 Comments

Color spaces of #73fceb

RGB 115252235
HSL0.480.960.72
HSV173°54°99°
CMYK 0.540.000.07   0.01
XYZ56.876079.263890.8990
Yxy79.26380.25050.3491
Hunter Lab89.0302-41.77011.7866
CIE-Lab91.3535-41.3899-3.2277

#73fceb color RGB value is (115,252,235).

#73fceb hex color red value is 115, green value is 252 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #73fceb hue: 0.48 , saturation: 0.96 and the lightness value of 73fceb is 0.72.

The process color (four color CMYK) of #73fceb color hex is 0.54, 0.00, 0.07, 0.01. Web safe color of #73fceb is #66ffff. Color #73fceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111100 11101011
Octal 163 374 353
Decimal 115 252 235
Hex 73 FC EB

RGB Percentages of Color #73fceb

%19.10
%41.86
%39.04

CMYK Percentages of Color #73fceb

%54
%0
%7
%1

Triadic Colors of #73fceb

#73fceb #eb73fc #fceb73

Analogous Colors of #73fceb

#73fceb #73c9fc #73fca7

Monochromatic Colors of #73fceb

#73fceb

Complementary Color

#73fceb #fc7384

#73fceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73fceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73fceb Color CSS Codes

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

#73fceb Text Font Color

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

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


#73fceb Background Color

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

This div background color is #73fceb


#73fceb Border Color

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

This div border color is #73fceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73fceb

Related Colors


Comments

No comments written yet.

Please login to write comment.