Color Hex Logo

#4fcbea Color Hex

#4FCBEA
(79,203,234)
0 Favorites   0 Comments

Color spaces of #4fcbea

RGB 79203234
HSL0.530.790.61
HSV192°66°92°
CMYK 0.660.130.00   0.08
XYZ39.431750.314685.4753
Yxy50.31460.22500.2871
Hunter Lab70.9328-24.9038-21.7926
CIE-Lab76.2620-24.7694-25.4250

#4fcbea color RGB value is (79,203,234).

#4fcbea hex color red value is 79, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4fcbea hue: 0.53 , saturation: 0.79 and the lightness value of 4fcbea is 0.61.

The process color (four color CMYK) of #4fcbea color hex is 0.66, 0.13, 0.00, 0.08. Web safe color of #4fcbea is #66ccff. Color #4fcbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001011 11101010
Octal 117 313 352
Decimal 79 203 234
Hex 4F CB EA

RGB Percentages of Color #4fcbea

%15.31
%39.34
%45.35

CMYK Percentages of Color #4fcbea

%66
%13
%0
%8

Triadic Colors of #4fcbea

#4fcbea #ea4fcb #cbea4f

Analogous Colors of #4fcbea

#4fcbea #4f7eea #4feabc

Monochromatic Colors of #4fcbea

#4fcbea

Complementary Color

#4fcbea #ea6e4f

#4fcbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcbea Color CSS Codes

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

#4fcbea Text Font Color

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

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


#4fcbea Background Color

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

This div background color is #4fcbea


#4fcbea Border Color

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

This div border color is #4fcbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcbea


Comments

No comments written yet.

Please login to write comment.