Color Hex Logo

#4cecff Color Hex

#4CECFF
(76,236,255)
0 Favorites   0 Comments

Color spaces of #4cecff

RGB 76236255
HSL0.521.000.65
HSV186°70°100°
CMYK 0.700.070.00   0.00
XYZ51.025968.7474105.1880
Yxy68.74740.22680.3056
Hunter Lab82.9141-35.2494-17.1778
CIE-Lab86.3788-34.9188-21.1964

#4cecff color RGB value is (76,236,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101100 11111111
Octal 114 354 377
Decimal 76 236 255
Hex 4C EC FF

RGB Percentages of Color #4cecff

%13.40
%41.62
%44.97

CMYK Percentages of Color #4cecff

%70
%7
%0
%0

Triadic Colors of #4cecff

#4cecff #ff4cec #ecff4c

Analogous Colors of #4cecff

#4cecff #4c93ff #4cffb9

Monochromatic Colors of #4cecff

#4cecff

Complementary Color

#4cecff #ff5f4c

#4cecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cecff Color CSS Codes

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

#4cecff Text Font Color

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

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


#4cecff Background Color

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

This div background color is #4cecff


#4cecff Border Color

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

This div border color is #4cecff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cecff

Related Colors


Comments

No comments written yet.

Please login to write comment.