Color Hex Logo

#4fceec Color Hex

#4FCEEC
(79,206,236)
0 Favorites   0 Comments

Color spaces of #4fceec

RGB 79206236
HSL0.530.810.62
HSV191°67°93°
CMYK 0.670.130.00   0.07
XYZ40.436151.861087.2359
Yxy51.86100.22520.2889
Hunter Lab72.0146-25.7980-21.4116
CIE-Lab77.1976-25.6628-25.0699

#4fceec color RGB value is (79,206,236).

#4fceec hex color red value is 79, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4fceec hue: 0.53 , saturation: 0.81 and the lightness value of 4fceec is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001110 11101100
Octal 117 316 354
Decimal 79 206 236
Hex 4F CE EC

RGB Percentages of Color #4fceec

%15.16
%39.54
%45.30

CMYK Percentages of Color #4fceec

%67
%13
%0
%7

Triadic Colors of #4fceec

#4fceec #ec4fce #ceec4f

Analogous Colors of #4fceec

#4fceec #4f80ec #4fecbc

Monochromatic Colors of #4fceec

#4fceec

Complementary Color

#4fceec #ec6d4f

#4fceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fceec Color CSS Codes

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

#4fceec Text Font Color

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

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


#4fceec Background Color

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

This div background color is #4fceec


#4fceec Border Color

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

This div border color is #4fceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fceec


Comments

No comments written yet.

Please login to write comment.