Color Hex Logo

#4afbdd Color Hex

#4AFBDD
(74,251,221)
0 Favorites   0 Comments

Color spaces of #4afbdd

RGB 74251221
HSL0.470.960.64
HSV170°71°98°
CMYK 0.710.000.12   0.02
XYZ50.372475.670780.3576
Yxy75.67070.24410.3666
Hunter Lab86.9889-48.86716.1220
CIE-Lab89.7062-51.00341.5129

#4afbdd color RGB value is (74,251,221).

#4afbdd hex color red value is 74, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4afbdd hue: 0.47 , saturation: 0.96 and the lightness value of 4afbdd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111011 11011101
Octal 112 373 335
Decimal 74 251 221
Hex 4A FB DD

RGB Percentages of Color #4afbdd

%13.55
%45.97
%40.48

CMYK Percentages of Color #4afbdd

%71
%0
%12
%2

Triadic Colors of #4afbdd

#4afbdd #dd4afb #fbdd4a

Analogous Colors of #4afbdd

#4afbdd #4ac1fb #4afb85

Monochromatic Colors of #4afbdd

#4afbdd

Complementary Color

#4afbdd #fb4a68

#4afbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afbdd Color CSS Codes

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

#4afbdd Text Font Color

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

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


#4afbdd Background Color

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

This div background color is #4afbdd


#4afbdd Border Color

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

This div border color is #4afbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afbdd


Comments

No comments written yet.

Please login to write comment.