Color Hex Logo

#4fbdef Color Hex

#4FBDEF
(79,189,239)
0 Favorites   0 Comments

Color spaces of #4fbdef

RGB 79189239
HSL0.550.830.62
HSV199°67°94°
CMYK 0.670.210.00   0.06
XYZ37.002044.289588.2599
Yxy44.28950.21820.2612
Hunter Lab66.5504-17.2171-32.0459
CIE-Lab72.4216-16.0383-34.0285

#4fbdef color RGB value is (79,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 11101111
Octal 117 275 357
Decimal 79 189 239
Hex 4F BD EF

RGB Percentages of Color #4fbdef

%15.58
%37.28
%47.14

CMYK Percentages of Color #4fbdef

%67
%21
%0
%6

Triadic Colors of #4fbdef

#4fbdef #ef4fbd #bdef4f

Analogous Colors of #4fbdef

#4fbdef #4f6def #4fefd1

Monochromatic Colors of #4fbdef

#4fbdef

Complementary Color

#4fbdef #ef814f

#4fbdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbdef Color CSS Codes

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

#4fbdef Text Font Color

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

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


#4fbdef Background Color

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

This div background color is #4fbdef


#4fbdef Border Color

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

This div border color is #4fbdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbdef


Comments

No comments written yet.

Please login to write comment.