Color Hex Logo

#4cd6fe Color Hex

#4CD6FE
(76,214,254)
0 Favorites   0 Comments

Color spaces of #4cd6fe

RGB 76214254
HSL0.540.990.65
HSV193°70°100°
CMYK 0.700.160.00   0.00
XYZ44.916556.7854102.3593
Yxy56.78540.22010.2783
Hunter Lab75.3561-25.4770-27.7868
CIE-Lab80.0587-24.5896-30.3046

#4cd6fe color RGB value is (76,214,254).

#4cd6fe hex color red value is 76, green value is 214 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4cd6fe hue: 0.54 , saturation: 0.99 and the lightness value of 4cd6fe is 0.65.

The process color (four color CMYK) of #4cd6fe color hex is 0.70, 0.16, 0.00, 0.00. Web safe color of #4cd6fe is #33ccff. Color #4cd6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11010110 11111110
Octal 114 326 376
Decimal 76 214 254
Hex 4C D6 FE

RGB Percentages of Color #4cd6fe

%13.97
%39.34
%46.69

CMYK Percentages of Color #4cd6fe

%70
%16
%0
%0

Triadic Colors of #4cd6fe

#4cd6fe #fe4cd6 #d6fe4c

Analogous Colors of #4cd6fe

#4cd6fe #4c7dfe #4cfecd

Monochromatic Colors of #4cd6fe

#4cd6fe

Complementary Color

#4cd6fe #fe744c

#4cd6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cd6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cd6fe Color CSS Codes

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

#4cd6fe Text Font Color

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

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


#4cd6fe Background Color

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

This div background color is #4cd6fe


#4cd6fe Border Color

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

This div border color is #4cd6fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,214,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cd6fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cd6fe;
  -webkit-box-shadow: 1px 1px 3px 2px #4cd6fe;
  box-shadow:         1px 1px 3px 2px #4cd6fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,214,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cd6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.