Color Hex Logo

#4fbdec Color Hex

#4FBDEC
(79,189,236)
0 Favorites   0 Comments

Color spaces of #4fbdec

RGB 79189236
HSL0.550.810.62
HSV198°67°93°
CMYK 0.670.200.00   0.07
XYZ36.562444.113685.9446
Yxy44.11360.21940.2648
Hunter Lab66.4181-17.9694-30.2283
CIE-Lab72.3044-16.9847-32.5855

#4fbdec color RGB value is (79,189,236).

#4fbdec hex color red value is 79, green value is 189 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4fbdec hue: 0.55 , saturation: 0.81 and the lightness value of 4fbdec is 0.62.

The process color (four color CMYK) of #4fbdec color hex is 0.67, 0.20, 0.00, 0.07. Web safe color of #4fbdec is #66ccff. Color #4fbdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 11101100
Octal 117 275 354
Decimal 79 189 236
Hex 4F BD EC

RGB Percentages of Color #4fbdec

%15.67
%37.50
%46.83

CMYK Percentages of Color #4fbdec

%67
%20
%0
%7

Triadic Colors of #4fbdec

#4fbdec #ec4fbd #bdec4f

Analogous Colors of #4fbdec

#4fbdec #4f6fec #4feccd

Monochromatic Colors of #4fbdec

#4fbdec

Complementary Color

#4fbdec #ec7e4f

#4fbdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbdec Color CSS Codes

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

#4fbdec Text Font Color

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

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


#4fbdec Background Color

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

This div background color is #4fbdec


#4fbdec Border Color

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

This div border color is #4fbdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbdec


Comments

No comments written yet.

Please login to write comment.