Color Hex Logo

#4fbde5 Color Hex

#4FBDE5
(79,189,229)
0 Favorites   0 Comments

Color spaces of #4fbde5

RGB 79189229
HSL0.540.740.60
HSV196°66°90°
CMYK 0.660.170.00   0.10
XYZ35.564943.714680.6920
Yxy43.71460.22230.2733
Hunter Lab66.1170-19.6881-26.0781
CIE-Lab72.0373-19.1711-29.2010

#4fbde5 color RGB value is (79,189,229).

#4fbde5 hex color red value is 79, green value is 189 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #4fbde5 hue: 0.54 , saturation: 0.74 and the lightness value of 4fbde5 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 11100101
Octal 117 275 345
Decimal 79 189 229
Hex 4F BD E5

RGB Percentages of Color #4fbde5

%15.90
%38.03
%46.08

CMYK Percentages of Color #4fbde5

%66
%17
%0
%10

Triadic Colors of #4fbde5

#4fbde5 #e54fbd #bde54f

Analogous Colors of #4fbde5

#4fbde5 #4f72e5 #4fe5c2

Monochromatic Colors of #4fbde5

#4fbde5

Complementary Color

#4fbde5 #e5774f

#4fbde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbde5 Color CSS Codes

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

#4fbde5 Text Font Color

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

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


#4fbde5 Background Color

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

This div background color is #4fbde5


#4fbde5 Border Color

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

This div border color is #4fbde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbde5


Comments

No comments written yet.

Please login to write comment.