Color Hex Logo

#4cecfc Color Hex

#4CECFC
(76,236,252)
0 Favorites   0 Comments

Color spaces of #4cecfc

RGB 76236252
HSL0.520.970.64
HSV185°70°99°
CMYK 0.700.060.00   0.01
XYZ50.546668.5557102.6639
Yxy68.55570.22790.3091
Hunter Lab82.7984-35.9268-15.5564
CIE-Lab86.2836-35.7846-19.7663

#4cecfc color RGB value is (76,236,252).

#4cecfc hex color red value is 76, green value is 236 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4cecfc hue: 0.52 , saturation: 0.97 and the lightness value of 4cecfc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101100 11111100
Octal 114 354 374
Decimal 76 236 252
Hex 4C EC FC

RGB Percentages of Color #4cecfc

%13.48
%41.84
%44.68

CMYK Percentages of Color #4cecfc

%70
%6
%0
%1

Triadic Colors of #4cecfc

#4cecfc #fc4cec #ecfc4c

Analogous Colors of #4cecfc

#4cecfc #4c94fc #4cfcb4

Monochromatic Colors of #4cecfc

#4cecfc

Complementary Color

#4cecfc #fc5c4c

#4cecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cecfc Color CSS Codes

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

#4cecfc Text Font Color

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

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


#4cecfc Background Color

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

This div background color is #4cecfc


#4cecfc Border Color

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

This div border color is #4cecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cecfc

Related Colors


Comments

No comments written yet.

Please login to write comment.