Color Hex Logo

#4cfcfe Color Hex

#4CFCFE
(76,252,254)
0 Favorites   0 Comments

Color spaces of #4cfcfe

RGB 76252254
HSL0.500.990.65
HSV181°70°100°
CMYK 0.700.010.00   0.00
XYZ55.680378.3131105.9472
Yxy78.31310.23210.3264
Hunter Lab88.4947-42.5546-9.0366
CIE-Lab90.9226-42.5059-13.8368

#4cfcfe color RGB value is (76,252,254).

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

The process color (four color CMYK) of #4cfcfe color hex is 0.70, 0.01, 0.00, 0.00. Web safe color of #4cfcfe is #33ffff. Color #4cfcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111100 11111110
Octal 114 374 376
Decimal 76 252 254
Hex 4C FC FE

RGB Percentages of Color #4cfcfe

%13.06
%43.30
%43.64

CMYK Percentages of Color #4cfcfe

%70
%1
%0
%0

Triadic Colors of #4cfcfe

#4cfcfe #fe4cfc #fcfe4c

Analogous Colors of #4cfcfe

#4cfcfe #4ca3fe #4cfea7

Monochromatic Colors of #4cfcfe

#4cfcfe

Complementary Color

#4cfcfe #fe4e4c

#4cfcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfcfe Color CSS Codes

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

#4cfcfe Text Font Color

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

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


#4cfcfe Background Color

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

This div background color is #4cfcfe


#4cfcfe Border Color

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

This div border color is #4cfcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.