Color Hex Logo

#4fc2dc Color Hex

#4FC2DC
(79,194,220)
0 Favorites   0 Comments

Color spaces of #4fc2dc

RGB 79194220
HSL0.530.670.59
HSV191°64°86°
CMYK 0.640.120.00   0.14
XYZ35.434545.413174.6082
Yxy45.41310.22790.2921
Hunter Lab67.3892-24.0726-18.4689
CIE-Lab73.1631-24.4644-22.5921

#4fc2dc color RGB value is (79,194,220).

#4fc2dc hex color red value is 79, green value is 194 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4fc2dc hue: 0.53 , saturation: 0.67 and the lightness value of 4fc2dc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11000010 11011100
Octal 117 302 334
Decimal 79 194 220
Hex 4F C2 DC

RGB Percentages of Color #4fc2dc

%16.02
%39.35
%44.62

CMYK Percentages of Color #4fc2dc

%64
%12
%0
%14

Triadic Colors of #4fc2dc

#4fc2dc #dc4fc2 #c2dc4f

Analogous Colors of #4fc2dc

#4fc2dc #4f7cdc #4fdcb0

Monochromatic Colors of #4fc2dc

#4fc2dc

Complementary Color

#4fc2dc #dc694f

#4fc2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fc2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fc2dc Color CSS Codes

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

#4fc2dc Text Font Color

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

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


#4fc2dc Background Color

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

This div background color is #4fc2dc


#4fc2dc Border Color

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

This div border color is #4fc2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fc2dc


Comments

No comments written yet.

Please login to write comment.