color codes Logo

#4febcc color codes

#4FEBCC
(79,235,204)
0 Favorites   0 Comments

Color spaces of #4febcc

RGB 79235204
HSL0.470.800.62
HSV168°66°92°
CMYK 0.660.000.13   0.08
XYZ43.831965.438667.4475
Yxy65.43860.24800.3703
Hunter Lab80.8941-44.84587.1914
CIE-Lab84.7092-47.79523.1467

#4febcc color RGB value is (79,235,204).

#4febcc hex color red value is 79, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4febcc hue: 0.47 , saturation: 0.80 and the lightness value of 4febcc is 0.62.

The process color (four color CMYK) of #4febcc color code is 0.66, 0.00, 0.13, 0.08. Web safe color of #4febcc is #66ffcc. Color #4febcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101011 11001100
Octal 117 353 314
Decimal 79 235 204
Hex 4F EB CC

RGB Percentages of Color #4febcc

%15.25
%45.37
%39.38

CMYK Percentages of Color #4febcc

%66
%0
%13
%8

Triadic Colors of #4febcc

#4febcc #cc4feb #ebcc4f

Analogous Colors of #4febcc

#4febcc #4fbceb #4feb7e

Monochromatic Colors of #4febcc

#4febcc

Complementary Color

#4febcc #eb4f6e

#4febcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4febcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4febcc Color CSS Codes

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

#4febcc Text Font Color

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

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


#4febcc Background Color

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

This div background color is #4febcc


#4febcc Border Color

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

This div border color is #4febcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4febcc


Comments

No comments written yet.

Please login to write comment.