Color Hex Logo

#4fbedc Color Hex

#4FBEDC
(79,190,220)
0 Favorites   0 Comments

Color spaces of #4fbedc

RGB 79190220
HSL0.540.670.59
HSV193°64°86°
CMYK 0.640.140.00   0.14
XYZ34.556243.656574.3154
Yxy43.65650.22660.2862
Hunter Lab66.0731-22.2724-20.4350
CIE-Lab71.9983-22.4419-24.3694

#4fbedc color RGB value is (79,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111110 11011100
Octal 117 276 334
Decimal 79 190 220
Hex 4F BE DC

RGB Percentages of Color #4fbedc

%16.16
%38.85
%44.99

CMYK Percentages of Color #4fbedc

%64
%14
%0
%14

Triadic Colors of #4fbedc

#4fbedc #dc4fbe #bedc4f

Analogous Colors of #4fbedc

#4fbedc #4f78dc #4fdcb4

Monochromatic Colors of #4fbedc

#4fbedc

Complementary Color

#4fbedc #dc6d4f

#4fbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbedc Color CSS Codes

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

#4fbedc Text Font Color

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

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


#4fbedc Background Color

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

This div background color is #4fbedc


#4fbedc Border Color

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

This div border color is #4fbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbedc


Comments

No comments written yet.

Please login to write comment.