Color Hex Logo

#4df9cf Color Hex

#4DF9CF
(77,249,207)
0 Favorites   0 Comments

Color spaces of #4df9cf

RGB 77249207
HSL0.460.930.64
HSV165°69°98°
CMYK 0.690.000.17   0.02
XYZ48.198773.834170.7426
Yxy73.83410.25000.3830
Hunter Lab85.9268-50.246311.3359
CIE-Lab88.8440-53.19307.5433

#4df9cf color RGB value is (77,249,207).

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

The process color (four color CMYK) of #4df9cf color hex is 0.69, 0.00, 0.17, 0.02. Web safe color of #4df9cf is #66ffcc. Color #4df9cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111001 11001111
Octal 115 371 317
Decimal 77 249 207
Hex 4D F9 CF

RGB Percentages of Color #4df9cf

%14.45
%46.72
%38.84

CMYK Percentages of Color #4df9cf

%69
%0
%17
%2

Triadic Colors of #4df9cf

#4df9cf #cf4df9 #f9cf4d

Analogous Colors of #4df9cf

#4df9cf #4dcdf9 #4df979

Monochromatic Colors of #4df9cf

#4df9cf

Complementary Color

#4df9cf #f94d77

#4df9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4df9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4df9cf Color CSS Codes

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

#4df9cf Text Font Color

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

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


#4df9cf Background Color

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

This div background color is #4df9cf


#4df9cf Border Color

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

This div border color is #4df9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4df9cf


Comments

No comments written yet.

Please login to write comment.