Color Hex Logo

#4affcb Color Hex

#4AFFCB
(74,255,203)
0 Favorites   0 Comments

Color spaces of #4affcb

RGB 74255203
HSL0.451.000.65
HSV163°71°100°
CMYK 0.710.000.20   0.00
XYZ49.363577.287668.8162
Yxy77.28760.25250.3954
Hunter Lab87.9134-53.620315.1288
CIE-Lab90.4538-56.945411.9057

#4affcb color RGB value is (74,255,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 11001011
Octal 112 377 313
Decimal 74 255 203
Hex 4A FF CB

RGB Percentages of Color #4affcb

%13.91
%47.93
%38.16

CMYK Percentages of Color #4affcb

%71
%0
%20
%0

Triadic Colors of #4affcb

#4affcb #cb4aff #ffcb4a

Analogous Colors of #4affcb

#4affcb #4ad9ff #4aff71

Monochromatic Colors of #4affcb

#4affcb

Complementary Color

#4affcb #ff4a7e

#4affcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4affcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4affcb Color CSS Codes

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

#4affcb Text Font Color

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

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


#4affcb Background Color

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

This div background color is #4affcb


#4affcb Border Color

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

This div border color is #4affcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4affcb


Comments

No comments written yet.

Please login to write comment.