Color Hex Logo

#4affda Color Hex

#4AFFDA
(74,255,218)
0 Favorites   0 Comments

Color spaces of #4affda

RGB 74255218
HSL0.471.000.65
HSV168°71°100°
CMYK 0.710.000.15   0.00
XYZ51.238978.037878.6919
Yxy78.03780.24640.3752
Hunter Lab88.3390-51.05879.0221
CIE-Lab90.7971-53.39874.6514

#4affda color RGB value is (74,255,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 11011010
Octal 112 377 332
Decimal 74 255 218
Hex 4A FF DA

RGB Percentages of Color #4affda

%13.53
%46.62
%39.85

CMYK Percentages of Color #4affda

%71
%0
%15
%0

Triadic Colors of #4affda

#4affda #da4aff #ffda4a

Analogous Colors of #4affda

#4affda #4acaff #4aff80

Monochromatic Colors of #4affda

#4affda

Complementary Color

#4affda #ff4a6f

#4affda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4affda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4affda Color CSS Codes

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

#4affda Text Font Color

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

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


#4affda Background Color

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

This div background color is #4affda


#4affda Border Color

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

This div border color is #4affda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4affda


Comments

No comments written yet.

Please login to write comment.