Color Hex Logo

#4fcfff Color Hex

#4FCFFF
(79,207,255)
0 Favorites   0 Comments

Color spaces of #4fcfff

RGB 79207255
HSL0.551.000.65
HSV196°69°100°
CMYK 0.690.190.00   0.00
XYZ43.587353.5079102.6385
Yxy53.50790.21820.2679
Hunter Lab73.1491-21.6482-31.9879
CIE-Lab78.1739-20.3456-33.7323

#4fcfff color RGB value is (79,207,255).

#4fcfff hex color red value is 79, green value is 207 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4fcfff hue: 0.55 , saturation: 1.00 and the lightness value of 4fcfff is 0.65.

The process color (four color CMYK) of #4fcfff color hex is 0.69, 0.19, 0.00, 0.00. Web safe color of #4fcfff is #66ccff. Color #4fcfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001111 11111111
Octal 117 317 377
Decimal 79 207 255
Hex 4F CF FF

RGB Percentages of Color #4fcfff

%14.60
%38.26
%47.13

CMYK Percentages of Color #4fcfff

%69
%19
%0
%0

Triadic Colors of #4fcfff

#4fcfff #ff4fcf #cfff4f

Analogous Colors of #4fcfff

#4fcfff #4f77ff #4fffd7

Monochromatic Colors of #4fcfff

#4fcfff

Complementary Color

#4fcfff #ff7f4f

#4fcfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcfff Color CSS Codes

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

#4fcfff Text Font Color

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

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


#4fcfff Background Color

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

This div background color is #4fcfff


#4fcfff Border Color

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

This div border color is #4fcfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcfff

Related Colors


Comments

No comments written yet.

Please login to write comment.