Color Hex Logo

#4fcbde Color Hex

#4FCBDE
(79,203,222)
0 Favorites   0 Comments

Color spaces of #4fcbde

RGB 79203222
HSL0.520.680.59
HSV188°64°87°
CMYK 0.640.090.00   0.13
XYZ37.765249.648176.6998
Yxy49.64810.23010.3025
Hunter Lab70.4614-27.6368-15.2163
CIE-Lab75.8528-28.3349-19.5873

#4fcbde color RGB value is (79,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001011 11011110
Octal 117 313 336
Decimal 79 203 222
Hex 4F CB DE

RGB Percentages of Color #4fcbde

%15.67
%40.28
%44.05

CMYK Percentages of Color #4fcbde

%64
%9
%0
%13

Triadic Colors of #4fcbde

#4fcbde #de4fcb #cbde4f

Analogous Colors of #4fcbde

#4fcbde #4f84de #4fdeaa

Monochromatic Colors of #4fcbde

#4fcbde

Complementary Color

#4fcbde #de624f

#4fcbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcbde Color CSS Codes

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

#4fcbde Text Font Color

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

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


#4fcbde Background Color

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

This div background color is #4fcbde


#4fcbde Border Color

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

This div border color is #4fcbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcbde


Comments

No comments written yet.

Please login to write comment.