Color Hex Logo

#4fcadc Color Hex

#4FCADC
(79,202,220)
0 Favorites   0 Comments

Color spaces of #4fcadc

RGB 79202220
HSL0.520.670.59
HSV188°64°86°
CMYK 0.640.080.00   0.14
XYZ37.263249.070675.2177
Yxy49.07060.23070.3037
Hunter Lab70.0504-27.6354-14.6283
CIE-Lab75.4952-28.4298-19.0500

#4fcadc color RGB value is (79,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001010 11011100
Octal 117 312 334
Decimal 79 202 220
Hex 4F CA DC

RGB Percentages of Color #4fcadc

%15.77
%40.32
%43.91

CMYK Percentages of Color #4fcadc

%64
%8
%0
%14

Triadic Colors of #4fcadc

#4fcadc #dc4fca #cadc4f

Analogous Colors of #4fcadc

#4fcadc #4f84dc #4fdca8

Monochromatic Colors of #4fcadc

#4fcadc

Complementary Color

#4fcadc #dc614f

#4fcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcadc Color CSS Codes

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

#4fcadc Text Font Color

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

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


#4fcadc Background Color

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

This div background color is #4fcadc


#4fcadc Border Color

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

This div border color is #4fcadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,202,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 #4fcadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcadc


Comments

No comments written yet.

Please login to write comment.