Color Hex Logo

#4fbdde Color Hex

#4FBDDE
(79,189,222)
0 Favorites   0 Comments

Color spaces of #4fbdde

RGB 79189222
HSL0.540.680.59
HSV194°64°87°
CMYK 0.640.150.00   0.13
XYZ34.606943.331475.6471
Yxy43.33140.22530.2821
Hunter Lab65.8266-21.3540-22.0567
CIE-Lab71.7793-21.3236-25.7926

#4fbdde color RGB value is (79,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 11011110
Octal 117 275 336
Decimal 79 189 222
Hex 4F BD DE

RGB Percentages of Color #4fbdde

%16.12
%38.57
%45.31

CMYK Percentages of Color #4fbdde

%64
%15
%0
%13

Triadic Colors of #4fbdde

#4fbdde #de4fbd #bdde4f

Analogous Colors of #4fbdde

#4fbdde #4f76de #4fdeb8

Monochromatic Colors of #4fbdde

#4fbdde

Complementary Color

#4fbdde #de704f

#4fbdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbdde Color CSS Codes

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

#4fbdde Text Font Color

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

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


#4fbdde Background Color

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

This div background color is #4fbdde


#4fbdde Border Color

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

This div border color is #4fbdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbdde


Comments

No comments written yet.

Please login to write comment.