Color Hex Logo

#4fbdc8 Color Hex

#4FBDC8
(79,189,200)
0 Favorites   0 Comments

Color spaces of #4fbdc8

RGB 79189200
HSL0.520.520.55
HSV185°61°78°
CMYK 0.610.050.00   0.22
XYZ31.847442.227661.1158
Yxy42.22760.23560.3124
Hunter Lab64.9828-26.2388-10.2739
CIE-Lab71.0276-27.8371-14.9312

#4fbdc8 color RGB value is (79,189,200).

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

The process color (four color CMYK) of #4fbdc8 color hex is 0.61, 0.05, 0.00, 0.22. Web safe color of #4fbdc8 is #66cccc. Color #4fbdc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 11001000
Octal 117 275 310
Decimal 79 189 200
Hex 4F BD C8

RGB Percentages of Color #4fbdc8

%16.88
%40.38
%42.74

CMYK Percentages of Color #4fbdc8

%61
%5
%0
%22

Triadic Colors of #4fbdc8

#4fbdc8 #c84fbd #bdc84f

Analogous Colors of #4fbdc8

#4fbdc8 #4f81c8 #4fc897

Monochromatic Colors of #4fbdc8

#4fbdc8

Complementary Color

#4fbdc8 #c85a4f

#4fbdc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbdc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbdc8 Color CSS Codes

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

#4fbdc8 Text Font Color

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

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


#4fbdc8 Background Color

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

This div background color is #4fbdc8


#4fbdc8 Border Color

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

This div border color is #4fbdc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbdc8


Comments

No comments written yet.

Please login to write comment.