Color Hex Logo

#4efcfc Color Hex

#4EFCFC
(78,252,252)
0 Favorites   0 Comments

Color spaces of #4efcfc

RGB 78252252
HSL0.500.970.65
HSV180°69°99°
CMYK 0.690.000.00   0.01
XYZ55.523078.2688104.2765
Yxy78.26880.23320.3288
Hunter Lab88.4697-42.7964-7.9546
CIE-Lab90.9024-42.8134-12.8243

#4efcfc color RGB value is (78,252,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111100 11111100
Octal 116 374 374
Decimal 78 252 252
Hex 4E FC FC

RGB Percentages of Color #4efcfc

%13.40
%43.30
%43.30

CMYK Percentages of Color #4efcfc

%69
%0
%0
%1

Triadic Colors of #4efcfc

#4efcfc #fc4efc #fcfc4e

Analogous Colors of #4efcfc

#4efcfc #4ea5fc #4efca5

Monochromatic Colors of #4efcfc

#4efcfc

Complementary Color

#4efcfc #fc4e4e

#4efcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efcfc Color CSS Codes

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

#4efcfc Text Font Color

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

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


#4efcfc Background Color

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

This div background color is #4efcfc


#4efcfc Border Color

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

This div border color is #4efcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.