Color Hex Logo

#4fccdb Color Hex

#4FCCDB
(79,204,219)
0 Favorites   0 Comments

Color spaces of #4fccdb

RGB 79204219
HSL0.520.660.58
HSV186°64°86°
CMYK 0.640.070.00   0.14
XYZ37.603549.962574.6796
Yxy49.96250.23180.3079
Hunter Lab70.6842-28.7365-13.1625
CIE-Lab76.0462-29.6942-17.6774

#4fccdb color RGB value is (79,204,219).

#4fccdb hex color red value is 79, green value is 204 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4fccdb hue: 0.52 , saturation: 0.66 and the lightness value of 4fccdb is 0.58.

The process color (four color CMYK) of #4fccdb color hex is 0.64, 0.07, 0.00, 0.14. Web safe color of #4fccdb is #66cccc. Color #4fccdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001100 11011011
Octal 117 314 333
Decimal 79 204 219
Hex 4F CC DB

RGB Percentages of Color #4fccdb

%15.74
%40.64
%43.63

CMYK Percentages of Color #4fccdb

%64
%7
%0
%14

Triadic Colors of #4fccdb

#4fccdb #db4fcc #ccdb4f

Analogous Colors of #4fccdb

#4fccdb #4f86db #4fdba4

Monochromatic Colors of #4fccdb

#4fccdb

Complementary Color

#4fccdb #db5e4f

#4fccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fccdb Color CSS Codes

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

#4fccdb Text Font Color

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

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


#4fccdb Background Color

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

This div background color is #4fccdb


#4fccdb Border Color

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

This div border color is #4fccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fccdb


Comments

No comments written yet.

Please login to write comment.