Color Hex Logo

#4fbcdc Color Hex

#4FBCDC
(79,188,220)
0 Favorites   0 Comments

Color spaces of #4fbcdc

RGB 79188220
HSL0.540.670.59
HSV194°64°86°
CMYK 0.640.150.00   0.14
XYZ34.125942.796074.1720
Yxy42.79600.22590.2832
Hunter Lab65.4187-21.3674-21.4302
CIE-Lab71.4163-21.4207-25.2595

#4fbcdc color RGB value is (79,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111100 11011100
Octal 117 274 334
Decimal 79 188 220
Hex 4F BC DC

RGB Percentages of Color #4fbcdc

%16.22
%38.60
%45.17

CMYK Percentages of Color #4fbcdc

%64
%15
%0
%14

Triadic Colors of #4fbcdc

#4fbcdc #dc4fbc #bcdc4f

Analogous Colors of #4fbcdc

#4fbcdc #4f76dc #4fdcb6

Monochromatic Colors of #4fbcdc

#4fbcdc

Complementary Color

#4fbcdc #dc6f4f

#4fbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbcdc Color CSS Codes

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

#4fbcdc Text Font Color

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

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


#4fbcdc Background Color

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

This div background color is #4fbcdc


#4fbcdc Border Color

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

This div border color is #4fbcdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,188,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 #4fbcdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbcdc


Comments

No comments written yet.

Please login to write comment.