Color Hex Logo

#4fbadd Color Hex

#4FBADD
(79,186,221)
0 Favorites   0 Comments

Color spaces of #4fbadd

RGB 79186221
HSL0.540.680.59
HSV195°64°87°
CMYK 0.640.160.00   0.13
XYZ33.834542.000574.7303
Yxy42.00050.22470.2790
Hunter Lab64.8078-20.2233-23.0022
CIE-Lab70.8713-20.0858-26.6397

#4fbadd color RGB value is (79,186,221).

#4fbadd hex color red value is 79, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4fbadd hue: 0.54 , saturation: 0.68 and the lightness value of 4fbadd is 0.59.

The process color (four color CMYK) of #4fbadd color hex is 0.64, 0.16, 0.00, 0.13. Web safe color of #4fbadd is #66cccc. Color #4fbadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111010 11011101
Octal 117 272 335
Decimal 79 186 221
Hex 4F BA DD

RGB Percentages of Color #4fbadd

%16.26
%38.27
%45.47

CMYK Percentages of Color #4fbadd

%64
%16
%0
%13

Triadic Colors of #4fbadd

#4fbadd #dd4fba #badd4f

Analogous Colors of #4fbadd

#4fbadd #4f73dd #4fddb9

Monochromatic Colors of #4fbadd

#4fbadd

Complementary Color

#4fbadd #dd724f

#4fbadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbadd Color CSS Codes

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

#4fbadd Text Font Color

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

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


#4fbadd Background Color

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

This div background color is #4fbadd


#4fbadd Border Color

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

This div border color is #4fbadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,186,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 #4fbadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbadd


Comments

No comments written yet.

Please login to write comment.