Color Hex Logo

#4affcc Color Hex

#4AFFCC
(74,255,204)
0 Favorites   0 Comments

Color spaces of #4affcc

RGB 74255204
HSL0.451.000.65
HSV163°71°100°
CMYK 0.710.000.20   0.00
XYZ49.483177.335569.4460
Yxy77.33550.25210.3940
Hunter Lab87.9406-53.456314.7376
CIE-Lab90.4758-56.715911.4216

#4affcc color RGB value is (74,255,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 11001100
Octal 112 377 314
Decimal 74 255 204
Hex 4A FF CC

RGB Percentages of Color #4affcc

%13.88
%47.84
%38.27

CMYK Percentages of Color #4affcc

%71
%0
%20
%0

Triadic Colors of #4affcc

#4affcc #cc4aff #ffcc4a

Analogous Colors of #4affcc

#4affcc #4ad8ff #4aff72

Monochromatic Colors of #4affcc

#4affcc

Complementary Color

#4affcc #ff4a7d

#4affcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4affcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4affcc Color CSS Codes

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

#4affcc Text Font Color

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

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


#4affcc Background Color

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

This div background color is #4affcc


#4affcc Border Color

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

This div border color is #4affcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4affcc

Related Colors


Comments

No comments written yet.

Please login to write comment.