Color Hex Logo

#4affdc Color Hex

#4AFFDC
(74,255,220)
0 Favorites   0 Comments

Color spaces of #4affdc

RGB 74255220
HSL0.471.000.65
HSV168°71°100°
CMYK 0.710.000.14   0.00
XYZ51.502378.143280.0788
Yxy78.14320.24560.3726
Hunter Lab88.3986-50.70108.1693
CIE-Lab90.8452-52.90983.6860

#4affdc color RGB value is (74,255,220).

#4affdc hex color red value is 74, green value is 255 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4affdc hue: 0.47 , saturation: 1.00 and the lightness value of 4affdc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 11011100
Octal 112 377 334
Decimal 74 255 220
Hex 4A FF DC

RGB Percentages of Color #4affdc

%13.48
%46.45
%40.07

CMYK Percentages of Color #4affdc

%71
%0
%14
%0

Triadic Colors of #4affdc

#4affdc #dc4aff #ffdc4a

Analogous Colors of #4affdc

#4affdc #4ac8ff #4aff82

Monochromatic Colors of #4affdc

#4affdc

Complementary Color

#4affdc #ff4a6d

#4affdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4affdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4affdc Color CSS Codes

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

#4affdc Text Font Color

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

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


#4affdc Background Color

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

This div background color is #4affdc


#4affdc Border Color

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

This div border color is #4affdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4affdc

Related Colors


Comments

No comments written yet.

Please login to write comment.