Color Hex Logo

#4fcabc Color Hex

#4FCABC
(79,202,188)
0 Favorites   0 Comments

Color spaces of #4fcabc

RGB 79202188
HSL0.480.540.55
HSV173°61°79°
CMYK 0.610.000.07   0.21
XYZ33.422147.534254.9904
Yxy47.53420.24580.3497
Hunter Lab68.9451-34.12340.9720
CIE-Lab74.5302-37.3027-3.1853

#4fcabc color RGB value is (79,202,188).

#4fcabc hex color red value is 79, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4fcabc hue: 0.48 , saturation: 0.54 and the lightness value of 4fcabc is 0.55.

The process color (four color CMYK) of #4fcabc color hex is 0.61, 0.00, 0.07, 0.21. Web safe color of #4fcabc is #66cccc. Color #4fcabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001010 10111100
Octal 117 312 274
Decimal 79 202 188
Hex 4F CA BC

RGB Percentages of Color #4fcabc

%16.84
%43.07
%40.09

CMYK Percentages of Color #4fcabc

%61
%0
%7
%21

Triadic Colors of #4fcabc

#4fcabc #bc4fca #cabc4f

Analogous Colors of #4fcabc

#4fcabc #4f9bca #4fca7f

Monochromatic Colors of #4fcabc

#4fcabc

Complementary Color

#4fcabc #ca4f5d

#4fcabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcabc Color CSS Codes

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

#4fcabc Text Font Color

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

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


#4fcabc Background Color

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

This div background color is #4fcabc


#4fcabc Border Color

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

This div border color is #4fcabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcabc


Comments

No comments written yet.

Please login to write comment.