Color Hex Logo

#4fadcf Color Hex

#4FADCF
(79,173,207)
0 Favorites   0 Comments

Color spaces of #4fadcf

RGB 79173207
HSL0.540.570.56
HSV196°62°81°
CMYK 0.620.160.00   0.19
XYZ29.430536.054464.4395
Yxy36.05440.22650.2775
Hunter Lab60.0453-17.5896-21.5972
CIE-Lab66.5615-17.6039-25.5694

#4fadcf color RGB value is (79,173,207).

#4fadcf hex color red value is 79, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4fadcf hue: 0.54 , saturation: 0.57 and the lightness value of 4fadcf is 0.56.

The process color (four color CMYK) of #4fadcf color hex is 0.62, 0.16, 0.00, 0.19. Web safe color of #4fadcf is #6699cc. Color #4fadcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101101 11001111
Octal 117 255 317
Decimal 79 173 207
Hex 4F AD CF

RGB Percentages of Color #4fadcf

%17.21
%37.69
%45.10

CMYK Percentages of Color #4fadcf

%62
%16
%0
%19

Triadic Colors of #4fadcf

#4fadcf #cf4fad #adcf4f

Analogous Colors of #4fadcf

#4fadcf #4f6dcf #4fcfb1

Monochromatic Colors of #4fadcf

#4fadcf

Complementary Color

#4fadcf #cf714f

#4fadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fadcf Color CSS Codes

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

#4fadcf Text Font Color

<p style="color:#4fadcf">Text here</p>

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


#4fadcf Background Color

<div style="background-color:#4fadcf">
Div content here</div>

This div background color is #4fadcf


#4fadcf Border Color

<div style="border:3px solid #4fadcf">
Div here</div>

This div border color is #4fadcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,173,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4fadcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4fadcf;
  -webkit-box-shadow: 1px 1px 3px 2px #4fadcf;
  box-shadow:         1px 1px 3px 2px #4fadcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,173,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fadcf

#4fadcf Color Palettes


Comments

No comments written yet.

Please login to write comment.