Color Hex Logo

#4fccff Color Hex

#4FCCFF
(79,204,255)
0 Favorites   0 Comments

Color spaces of #4fccff

RGB 79204255
HSL0.551.000.65
HSV197°69°100°
CMYK 0.690.200.00   0.00
XYZ42.867352.0680102.3985
Yxy52.06800.21720.2639
Hunter Lab72.1582-20.2345-33.6268
CIE-Lab77.3215-18.8061-35.0490

#4fccff color RGB value is (79,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001100 11111111
Octal 117 314 377
Decimal 79 204 255
Hex 4F CC FF

RGB Percentages of Color #4fccff

%14.68
%37.92
%47.40

CMYK Percentages of Color #4fccff

%69
%20
%0
%0

Triadic Colors of #4fccff

#4fccff #ff4fcc #ccff4f

Analogous Colors of #4fccff

#4fccff #4f74ff #4fffda

Monochromatic Colors of #4fccff

#4fccff

Complementary Color

#4fccff #ff824f

#4fccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fccff Color CSS Codes

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

#4fccff Text Font Color

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

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


#4fccff Background Color

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

This div background color is #4fccff


#4fccff Border Color

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

This div border color is #4fccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fccff

Related Colors


Comments

No comments written yet.

Please login to write comment.