Color Hex Logo

#4ffcfd Color Hex

#4FFCFD
(79,252,253)
0 Favorites   0 Comments

Color spaces of #4ffcfd

RGB 79252253
HSL0.500.980.65
HSV180°69°99°
CMYK 0.690.000.00   0.01
XYZ55.764578.3749105.1173
Yxy78.37490.23310.3276
Hunter Lab88.5296-42.4902-8.4284
CIE-Lab90.9507-42.4164-13.2695

#4ffcfd color RGB value is (79,252,253).

#4ffcfd hex color red value is 79, green value is 252 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4ffcfd hue: 0.50 , saturation: 0.98 and the lightness value of 4ffcfd is 0.65.

The process color (four color CMYK) of #4ffcfd color hex is 0.69, 0.00, 0.00, 0.01. Web safe color of #4ffcfd is #66ffff. Color #4ffcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111100 11111101
Octal 117 374 375
Decimal 79 252 253
Hex 4F FC FD

RGB Percentages of Color #4ffcfd

%13.53
%43.15
%43.32

CMYK Percentages of Color #4ffcfd

%69
%0
%0
%1

Triadic Colors of #4ffcfd

#4ffcfd #fd4ffc #fcfd4f

Analogous Colors of #4ffcfd

#4ffcfd #4fa5fd #4ffda7

Monochromatic Colors of #4ffcfd

#4ffcfd

Complementary Color

#4ffcfd #fd504f

#4ffcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffcfd Color CSS Codes

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

#4ffcfd Text Font Color

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

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


#4ffcfd Background Color

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

This div background color is #4ffcfd


#4ffcfd Border Color

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

This div border color is #4ffcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.