Color Hex Logo

#4fcfec Color Hex

#4FCFEC
(79,207,236)
0 Favorites   0 Comments

Color spaces of #4fcfec

RGB 79207236
HSL0.530.810.62
HSV191°67°93°
CMYK 0.670.120.00   0.07
XYZ40.677652.344087.3164
Yxy52.34400.22560.2903
Hunter Lab72.3492-26.2511-20.9112
CIE-Lab77.4861-26.1589-24.6297

#4fcfec color RGB value is (79,207,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001111 11101100
Octal 117 317 354
Decimal 79 207 236
Hex 4F CF EC

RGB Percentages of Color #4fcfec

%15.13
%39.66
%45.21

CMYK Percentages of Color #4fcfec

%67
%12
%0
%7

Triadic Colors of #4fcfec

#4fcfec #ec4fcf #cfec4f

Analogous Colors of #4fcfec

#4fcfec #4f81ec #4fecbb

Monochromatic Colors of #4fcfec

#4fcfec

Complementary Color

#4fcfec #ec6c4f

#4fcfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcfec Color CSS Codes

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

#4fcfec Text Font Color

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

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


#4fcfec Background Color

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

This div background color is #4fcfec


#4fcfec Border Color

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

This div border color is #4fcfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcfec


Comments

No comments written yet.

Please login to write comment.