Color Hex Logo

#4fbded Color Hex

#4FBDED
(79,189,237)
0 Favorites   0 Comments

Color spaces of #4fbded

RGB 79189237
HSL0.550.810.62
HSV198°67°93°
CMYK 0.670.200.00   0.07
XYZ36.708144.171986.7121
Yxy44.17190.21900.2636
Hunter Lab66.4619-17.7197-30.8316
CIE-Lab72.3432-16.6699-33.0670

#4fbded color RGB value is (79,189,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 11101101
Octal 117 275 355
Decimal 79 189 237
Hex 4F BD ED

RGB Percentages of Color #4fbded

%15.64
%37.43
%46.93

CMYK Percentages of Color #4fbded

%67
%20
%0
%7

Triadic Colors of #4fbded

#4fbded #ed4fbd #bded4f

Analogous Colors of #4fbded

#4fbded #4f6eed #4fedce

Monochromatic Colors of #4fbded

#4fbded

Complementary Color

#4fbded #ed7f4f

#4fbded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbded Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbded Color CSS Codes

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

#4fbded Text Font Color

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

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


#4fbded Background Color

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

This div background color is #4fbded


#4fbded Border Color

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

This div border color is #4fbded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbded


Comments

No comments written yet.

Please login to write comment.