Color Hex Logo

#4adfde Color Hex

#4ADFDE
(74,223,222)
0 Favorites   0 Comments

Color spaces of #4adfde

RGB 74223222
HSL0.500.700.58
HSV180°67°87°
CMYK 0.670.000.00   0.13
XYZ42.396559.505178.3583
Yxy59.50510.23520.3301
Hunter Lab77.1395-36.8892-6.2291
CIE-Lab81.5684-38.5209-11.0062

#4adfde color RGB value is (74,223,222).

#4adfde hex color red value is 74, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4adfde hue: 0.50 , saturation: 0.70 and the lightness value of 4adfde is 0.58.

The process color (four color CMYK) of #4adfde color hex is 0.67, 0.00, 0.00, 0.13. Web safe color of #4adfde is #33cccc. Color #4adfde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011111 11011110
Octal 112 337 336
Decimal 74 223 222
Hex 4A DF DE

RGB Percentages of Color #4adfde

%14.26
%42.97
%42.77

CMYK Percentages of Color #4adfde

%67
%0
%0
%13

Triadic Colors of #4adfde

#4adfde #de4adf #dfde4a

Analogous Colors of #4adfde

#4adfde #4a96df #4adf94

Monochromatic Colors of #4adfde

#4adfde

Complementary Color

#4adfde #df4a4b

#4adfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adfde Color CSS Codes

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

#4adfde Text Font Color

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

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


#4adfde Background Color

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

This div background color is #4adfde


#4adfde Border Color

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

This div border color is #4adfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adfde


Comments

No comments written yet.

Please login to write comment.