Color Hex Logo

#4affcd Color Hex

#4AFFCD
(74,255,205)
0 Favorites   0 Comments

Color spaces of #4affcd

RGB 74255205
HSL0.451.000.65
HSV163°71°100°
CMYK 0.710.000.20   0.00
XYZ49.603577.383670.0798
Yxy77.38360.25170.3927
Hunter Lab87.9679-53.291114.3441
CIE-Lab90.4979-56.485010.9375

#4affcd color RGB value is (74,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 11001101
Octal 112 377 315
Decimal 74 255 205
Hex 4A FF CD

RGB Percentages of Color #4affcd

%13.86
%47.75
%38.39

CMYK Percentages of Color #4affcd

%71
%0
%20
%0

Triadic Colors of #4affcd

#4affcd #cd4aff #ffcd4a

Analogous Colors of #4affcd

#4affcd #4ad7ff #4aff73

Monochromatic Colors of #4affcd

#4affcd

Complementary Color

#4affcd #ff4a7c

#4affcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4affcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4affcd Color CSS Codes

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

#4affcd Text Font Color

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

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


#4affcd Background Color

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

This div background color is #4affcd


#4affcd Border Color

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

This div border color is #4affcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4affcd

Related Colors

#4affcd Color Palettes


Comments

No comments written yet.

Please login to write comment.