Color Hex Logo

#4fcfef Color Hex

#4FCFEF
(79,207,239)
0 Favorites   0 Comments

Color spaces of #4fcfef

RGB 79207239
HSL0.530.830.62
HSV192°67°94°
CMYK 0.670.130.00   0.06
XYZ41.117352.519989.6316
Yxy52.51990.22440.2866
Hunter Lab72.4706-25.5489-22.6004
CIE-Lab77.5907-25.2570-26.0774

#4fcfef color RGB value is (79,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001111 11101111
Octal 117 317 357
Decimal 79 207 239
Hex 4F CF EF

RGB Percentages of Color #4fcfef

%15.05
%39.43
%45.52

CMYK Percentages of Color #4fcfef

%67
%13
%0
%6

Triadic Colors of #4fcfef

#4fcfef #ef4fcf #cfef4f

Analogous Colors of #4fcfef

#4fcfef #4f7fef #4fefbf

Monochromatic Colors of #4fcfef

#4fcfef

Complementary Color

#4fcfef #ef6f4f

#4fcfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcfef Color CSS Codes

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

#4fcfef Text Font Color

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

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


#4fcfef Background Color

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

This div background color is #4fcfef


#4fcfef Border Color

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

This div border color is #4fcfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcfef


Comments

No comments written yet.

Please login to write comment.