Color Hex Logo

#4afffd Color Hex

#4AFFFD
(74,255,253)
0 Favorites   0 Comments

Color spaces of #4afffd

RGB 74255253
HSL0.501.000.65
HSV179°71°100°
CMYK 0.710.000.01   0.00
XYZ56.313780.0677105.4151
Yxy80.06770.23290.3311
Hunter Lab89.4806-44.2538-7.2119
CIE-Lab91.7152-44.3421-12.1378

#4afffd color RGB value is (74,255,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 11111101
Octal 112 377 375
Decimal 74 255 253
Hex 4A FF FD

RGB Percentages of Color #4afffd

%12.71
%43.81
%43.47

CMYK Percentages of Color #4afffd

%71
%0
%1
%0

Triadic Colors of #4afffd

#4afffd #fd4aff #fffd4a

Analogous Colors of #4afffd

#4afffd #4aa7ff #4affa3

Monochromatic Colors of #4afffd

#4afffd

Complementary Color

#4afffd #ff4a4c

#4afffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afffd Color CSS Codes

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

#4afffd Text Font Color

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

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


#4afffd Background Color

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

This div background color is #4afffd


#4afffd Border Color

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

This div border color is #4afffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afffd

Related Colors


Comments

No comments written yet.

Please login to write comment.