Color Hex Logo

#4fbbde Color Hex

#4FBBDE
(79,187,222)
0 Favorites   0 Comments

Color spaces of #4fbbde

RGB 79187222
HSL0.540.680.59
HSV195°64°87°
CMYK 0.640.160.00   0.13
XYZ34.179642.476875.5046
Yxy42.47680.22460.2792
Hunter Lab65.1742-20.4434-23.0657
CIE-Lab71.1984-20.2953-26.6828

#4fbbde color RGB value is (79,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111011 11011110
Octal 117 273 336
Decimal 79 187 222
Hex 4F BB DE

RGB Percentages of Color #4fbbde

%16.19
%38.32
%45.49

CMYK Percentages of Color #4fbbde

%64
%16
%0
%13

Triadic Colors of #4fbbde

#4fbbde #de4fbb #bbde4f

Analogous Colors of #4fbbde

#4fbbde #4f74de #4fdeba

Monochromatic Colors of #4fbbde

#4fbbde

Complementary Color

#4fbbde #de724f

#4fbbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbbde Color CSS Codes

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

#4fbbde Text Font Color

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

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


#4fbbde Background Color

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

This div background color is #4fbbde


#4fbbde Border Color

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

This div border color is #4fbbde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,187,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbbde


Comments

No comments written yet.

Please login to write comment.