Color Hex Logo

#4fb7dc Color Hex

#4FB7DC
(79,183,220)
0 Favorites   0 Comments

Color spaces of #4fb7dc

RGB 79183220
HSL0.540.670.59
HSV196°64°86°
CMYK 0.640.170.00   0.14
XYZ33.076240.696573.8221
Yxy40.69650.22410.2757
Hunter Lab63.7938-19.0894-23.9546
CIE-Lab69.9628-18.8372-27.4885

#4fb7dc color RGB value is (79,183,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10110111 11011100
Octal 117 267 334
Decimal 79 183 220
Hex 4F B7 DC

RGB Percentages of Color #4fb7dc

%16.39
%37.97
%45.64

CMYK Percentages of Color #4fb7dc

%64
%17
%0
%14

Triadic Colors of #4fb7dc

#4fb7dc #dc4fb7 #b7dc4f

Analogous Colors of #4fb7dc

#4fb7dc #4f71dc #4fdcbb

Monochromatic Colors of #4fb7dc

#4fb7dc

Complementary Color

#4fb7dc #dc744f

#4fb7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fb7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fb7dc Color CSS Codes

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

#4fb7dc Text Font Color

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

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


#4fb7dc Background Color

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

This div background color is #4fb7dc


#4fb7dc Border Color

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

This div border color is #4fb7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fb7dc


Comments

No comments written yet.

Please login to write comment.