Color Hex Logo

#4afdcf Color Hex

#4AFDCF
(74,253,207)
0 Favorites   0 Comments

Color spaces of #4afdcf

RGB 74253207
HSL0.460.980.64
HSV165°71°99°
CMYK 0.710.000.18   0.01
XYZ49.211876.211471.1480
Yxy76.21140.25040.3877
Hunter Lab87.2991-52.150412.7886
CIE-Lab89.9574-55.21789.1327

#4afdcf color RGB value is (74,253,207).

#4afdcf hex color red value is 74, green value is 253 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4afdcf hue: 0.46 , saturation: 0.98 and the lightness value of 4afdcf is 0.64.

The process color (four color CMYK) of #4afdcf color hex is 0.71, 0.00, 0.18, 0.01. Web safe color of #4afdcf is #33ffcc. Color #4afdcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111101 11001111
Octal 112 375 317
Decimal 74 253 207
Hex 4A FD CF

RGB Percentages of Color #4afdcf

%13.86
%47.38
%38.76

CMYK Percentages of Color #4afdcf

%71
%0
%18
%1

Triadic Colors of #4afdcf

#4afdcf #cf4afd #fdcf4a

Analogous Colors of #4afdcf

#4afdcf #4ad2fd #4afd76

Monochromatic Colors of #4afdcf

#4afdcf

Complementary Color

#4afdcf #fd4a78

#4afdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afdcf Color CSS Codes

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

#4afdcf Text Font Color

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

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


#4afdcf Background Color

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

This div background color is #4afdcf


#4afdcf Border Color

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

This div border color is #4afdcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,253,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4afdcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4afdcf;
  -webkit-box-shadow: 1px 1px 3px 2px #4afdcf;
  box-shadow:         1px 1px 3px 2px #4afdcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,253,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afdcf


Comments

No comments written yet.

Please login to write comment.