Color Hex Logo

#4fcbda Color Hex

#4FCBDA
(79,203,218)
0 Favorites   0 Comments

Color spaces of #4fcbda

RGB 79203218
HSL0.520.650.58
HSV186°64°85°
CMYK 0.640.070.00   0.15
XYZ37.235349.436173.9093
Yxy49.43610.23190.3079
Hunter Lab70.3108-28.5136-13.1069
CIE-Lab75.7218-29.4979-17.6282

#4fcbda color RGB value is (79,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001011 11011010
Octal 117 313 332
Decimal 79 203 218
Hex 4F CB DA

RGB Percentages of Color #4fcbda

%15.80
%40.60
%43.60

CMYK Percentages of Color #4fcbda

%64
%7
%0
%15

Triadic Colors of #4fcbda

#4fcbda #da4fcb #cbda4f

Analogous Colors of #4fcbda

#4fcbda #4f86da #4fdaa4

Monochromatic Colors of #4fcbda

#4fcbda

Complementary Color

#4fcbda #da5e4f

#4fcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcbda Color CSS Codes

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

#4fcbda Text Font Color

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

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


#4fcbda Background Color

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

This div background color is #4fcbda


#4fcbda Border Color

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

This div border color is #4fcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcbda


Comments

No comments written yet.

Please login to write comment.