Color Hex Logo

#4fbbdc Color Hex

#4FBBDC
(79,187,220)
0 Favorites   0 Comments

Color spaces of #4fbbdc

RGB 79187220
HSL0.540.670.59
HSV194°64°86°
CMYK 0.640.150.00   0.14
XYZ33.913042.370274.1010
Yxy42.37020.22550.2817
Hunter Lab65.0924-20.9136-21.9309
CIE-Lab71.1254-20.9075-25.7049

#4fbbdc color RGB value is (79,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111011 11011100
Octal 117 273 334
Decimal 79 187 220
Hex 4F BB DC

RGB Percentages of Color #4fbbdc

%16.26
%38.48
%45.27

CMYK Percentages of Color #4fbbdc

%64
%15
%0
%14

Triadic Colors of #4fbbdc

#4fbbdc #dc4fbb #bbdc4f

Analogous Colors of #4fbbdc

#4fbbdc #4f75dc #4fdcb7

Monochromatic Colors of #4fbbdc

#4fbbdc

Complementary Color

#4fbbdc #dc704f

#4fbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbbdc Color CSS Codes

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

#4fbbdc Text Font Color

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

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


#4fbbdc Background Color

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

This div background color is #4fbbdc


#4fbbdc Border Color

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

This div border color is #4fbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbbdc


Comments

No comments written yet.

Please login to write comment.