Color Hex Logo

#4fb6de Color Hex

#4FB6DE
(79,182,222)
0 Favorites   0 Comments

Color spaces of #4fb6de

RGB 79182222
HSL0.550.680.59
HSV197°64°87°
CMYK 0.640.180.00   0.13
XYZ33.137240.392175.1572
Yxy40.39210.22290.2717
Hunter Lab63.5548-18.1517-25.6255
CIE-Lab69.7479-17.6950-28.9118

#4fb6de color RGB value is (79,182,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10110110 11011110
Octal 117 266 336
Decimal 79 182 222
Hex 4F B6 DE

RGB Percentages of Color #4fb6de

%16.36
%37.68
%45.96

CMYK Percentages of Color #4fb6de

%64
%18
%0
%13

Triadic Colors of #4fb6de

#4fb6de #de4fb6 #b6de4f

Analogous Colors of #4fb6de

#4fb6de #4f6fde #4fdebf

Monochromatic Colors of #4fb6de

#4fb6de

Complementary Color

#4fb6de #de774f

#4fb6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fb6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fb6de Color CSS Codes

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

#4fb6de Text Font Color

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

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


#4fb6de Background Color

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

This div background color is #4fb6de


#4fb6de Border Color

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

This div border color is #4fb6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fb6de


Comments

No comments written yet.

Please login to write comment.