Color Hex Logo

#4cecee Color Hex

#4CECEE
(76,236,238)
0 Favorites   0 Comments

Color spaces of #4cecee

RGB 76236238
HSL0.500.830.62
HSV181°68°93°
CMYK 0.680.010.00   0.07
XYZ48.408667.700591.4050
Yxy67.70050.23330.3262
Hunter Lab82.2803-38.9723-8.2689
CIE-Lab85.8565-39.7377-13.0541

#4cecee color RGB value is (76,236,238).

#4cecee hex color red value is 76, green value is 236 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4cecee hue: 0.50 , saturation: 0.83 and the lightness value of 4cecee is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101100 11101110
Octal 114 354 356
Decimal 76 236 238
Hex 4C EC EE

RGB Percentages of Color #4cecee

%13.82
%42.91
%43.27

CMYK Percentages of Color #4cecee

%68
%1
%0
%7

Triadic Colors of #4cecee

#4cecee #ee4cec #ecee4c

Analogous Colors of #4cecee

#4cecee #4c9bee #4cee9f

Monochromatic Colors of #4cecee

#4cecee

Complementary Color

#4cecee #ee4e4c

#4cecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cecee Color CSS Codes

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

#4cecee Text Font Color

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

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


#4cecee Background Color

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

This div background color is #4cecee


#4cecee Border Color

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

This div border color is #4cecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cecee


Comments

No comments written yet.

Please login to write comment.