Color Hex Logo

#4fbcda Color Hex

#4FBCDA
(79,188,218)
0 Favorites   0 Comments

Color spaces of #4fbcda

RGB 79188218
HSL0.540.650.58
HSV193°64°85°
CMYK 0.640.140.00   0.15
XYZ33.862642.690772.7850
Yxy42.69070.22680.2859
Hunter Lab65.3381-21.8310-20.3109
CIE-Lab71.3445-22.0277-24.2794

#4fbcda color RGB value is (79,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111100 11011010
Octal 117 274 332
Decimal 79 188 218
Hex 4F BC DA

RGB Percentages of Color #4fbcda

%16.29
%38.76
%44.95

CMYK Percentages of Color #4fbcda

%64
%14
%0
%15

Triadic Colors of #4fbcda

#4fbcda #da4fbc #bcda4f

Analogous Colors of #4fbcda

#4fbcda #4f77da #4fdab3

Monochromatic Colors of #4fbcda

#4fbcda

Complementary Color

#4fbcda #da6d4f

#4fbcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbcda Color CSS Codes

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

#4fbcda Text Font Color

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

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


#4fbcda Background Color

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

This div background color is #4fbcda


#4fbcda Border Color

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

This div border color is #4fbcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbcda


Comments

No comments written yet.

Please login to write comment.