Color Hex Logo

#4fcedf Color Hex

#4FCEDF
(79,206,223)
0 Favorites   0 Comments

Color spaces of #4fcedf

RGB 79206223
HSL0.520.690.59
HSV187°65°87°
CMYK 0.650.080.00   0.13
XYZ38.615051.132677.6464
Yxy51.13260.23070.3055
Hunter Lab71.5071-28.7444-14.3255
CIE-Lab76.7593-29.5055-18.7534

#4fcedf color RGB value is (79,206,223).

#4fcedf hex color red value is 79, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4fcedf hue: 0.52 , saturation: 0.69 and the lightness value of 4fcedf is 0.59.

The process color (four color CMYK) of #4fcedf color hex is 0.65, 0.08, 0.00, 0.13. Web safe color of #4fcedf is #66cccc. Color #4fcedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001110 11011111
Octal 117 316 337
Decimal 79 206 223
Hex 4F CE DF

RGB Percentages of Color #4fcedf

%15.55
%40.55
%43.90

CMYK Percentages of Color #4fcedf

%65
%8
%0
%13

Triadic Colors of #4fcedf

#4fcedf #df4fce #cedf4f

Analogous Colors of #4fcedf

#4fcedf #4f86df #4fdfa8

Monochromatic Colors of #4fcedf

#4fcedf

Complementary Color

#4fcedf #df604f

#4fcedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcedf Color CSS Codes

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

#4fcedf Text Font Color

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

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


#4fcedf Background Color

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

This div background color is #4fcedf


#4fcedf Border Color

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

This div border color is #4fcedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcedf


Comments

No comments written yet.

Please login to write comment.